On Tue, Nov 8, 2011 at 4:45 PM, Ingo Karkat <[email protected]> wrote: > You can group events, this makes it even clearer, and no need for :doautocmd: > augroup MyConfig > autocmd CursorHold,CursorHoldI * call s:save_stat() > augroup END
Ah, I forgot about that syntax of :autocmd. Thank you for the tip. -- 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
