On Mon, January 9, 2012 12:59 pm, narke wrote: > Hi, > > Doing <leader>vv or <leader>vr in EasyGrep takes a long time because I > have the whole project tree under the current directory. It took time > because it execute autocommands for each file it worked on (I guess > so). I know, by prefixing a 'noau' to a command in command mode, the > execution of autocommands can be suppressed. Is that a similar means > in normal mode?
Not that I know of. But it should be possible to simply set the option eventignore to all and no autocommands should be executed. :h 'ei' regards, Christian -- 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
