Hey, I wrote my vimrc under the assumption that plugins and shipped .vim files don't use the default autocommand group and that it's reserved for users. So I have `autocomd!` at the top of my vimrc and don't use `augroup` etc.
This mostly went well but I ran into an issue today because synload.vim uses the default group. I looked at all the output of `:verb autocmd` and the only other file using it seems to be `spellfile.vim`. I feel like my assumption was reasonable. Would it make sense to change these two files (though I may have missed others) to use other groups? My version of Vim is 7.4.1797. Kind regards, Lukas -- -- 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 --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
