Jean Johner wrote:
See also vim_use thread with the same title.
Using vimrc_example.vim as .vimrc, it appears that typing "CTRL-O u"
in insert mode takes 2-3 s to execute.
1) Using an empty .vimrc and launching
gvim --noplugin
shows the delay.
2) Using
gvim -u NONE
does not show the delay.
A priori, cases 1) and 2) should behave the same.
Could you have a look?
cec/ xorn? time gvim --noplugin -c ":q"
real 0m0.17s
user 0m0.11s
sys 0m0.02s
cec/ xorn? time gvim -u NONE -c ":q"
real 0m0.18s
user 0m0.09s
sys 0m0.01s
Now, there is a time difference (--noplugin just stops plugin/*.vim
loading, but it still runs .vimrc, and since my .vimrc currently clocks
in at 1670 lines, that likely explains most of the time difference), but
its certainly not noticeable. Human reaction times start at about .2
seconds, and the real times were both less than that.
Regards,
Chip Campbell
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
To unsubscribe from this group, send email to vim_dev+unsubscribegooglegroups.com or
reply to this email with the words "REMOVE ME" as the subject.