Jean Johner wrote: > On Mar 20, 1:31 pm, Tim Chase <[email protected]> wrote: >> Does it happen if you start a naked session of vim with >> >> vim -u NONE > > Hi Tim, > Thank you for your interest. > > 1) Starting gvim with -u NONE results in no delay when typing CTRL-O > u. > > 2) As soon as I use the default .vimrc (i.e. vimrc_example.vim in vim/ > runtime), the delay appears (~2 s). > I hope you can reproduce that. > However the above .vimrc does not contain any > inoremap <c-o>ux rest-of-mapping-here > > I had not tried yet to look for the precise instruction which causes > the delay. > > Best regards > > Jean Johner
I can reproduce it. When I press <C-o>u in normal mode, I see the cursor moving immediately, but it takes ~3 sec to undo the last change. I can reproduce it with an empty ~/.vimrc and starting Vim with: "vim --noplugin" But it does not happen if I start Vim with: "vim -u NONE" or "vim -u NONE -C" -- Dominique -- You received this message from the "vim_use" 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_use+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
