You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a preexisting file vim.log that I obtained with vim --startuptime vim.log xxxxx.txt
I would like to :StartupTime vim.log to get the visualization of that file.
Rationale: My vim sometimes is very slow to startup. Sometimes not always, and I have been able to reproduce with vim --startuptime vim.log xxx.txt but not with :StartupTime alone. Hence I would like to be able to open the vim.log file that I generated and analyze it.
The text was updated successfully, but these errors were encountered:
I have a preexisting file
vim.log
that I obtained withvim --startuptime vim.log xxxxx.txt
I would like to
:StartupTime vim.log
to get the visualization of that file.Rationale: My vim sometimes is very slow to startup. Sometimes not always, and I have been able to reproduce with
vim --startuptime vim.log xxx.txt
but not with:StartupTime
alone. Hence I would like to be able to open thevim.log
file that I generated and analyze it.The text was updated successfully, but these errors were encountered: