Consider: augroup misc au! autocmd VimEnter * augroup misc | exec 'autocmd WinEnter * let w:created=1' | augroup END augroup END
The "augroup END" contained within the autocmd matches as the end pattern for the vimAugroup syntax item. This causes the real end of the augroup to not be highlighted, and it also ends the fold for the augroup prematurely. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
