>   autocmd VimEnter * augroup misc | exec 'autocmd WinEnter * let
> w:created=1' | augroup END

IIRC this could become:

autocmd misc VimEnter * exec 'autocmd WinEnter * let w:created=1'

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to