On 9 January 2012 21:15, Christian Brabandt <[email protected]> wrote: > 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 >
Thanks for the tip. It could be solution. And, .... how do I set the event back, I mean disable the effects of 'set ei'? Thanks. -- Life is the only flaw in an otherwise perfect nonexistence -- Schopenhauer narke public key at http://subkeys.pgp.net:11371 ([email protected]) -- 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
