On 2016-07-27, Manuel Ortega wrote: > What if "syntax on" and "filetype plugin indent on" were moved into the > autocmd > group "vimStartup" that the proposed system vimrc defines, under VimEnter > autocmds: > > au VimEnter * syntax on > au VimEnter * filetype plugin on > > This way, everyone who wants them still gets them, and &go+=M still works > without modification. As an added bonus, both of the "ons" can be prevented > from ever happening using the same "au!" line that kills the others in that > group.
>From ":help VimEnter", the VimEnter event occurs 'After doing all the startup stuff, including loading .vimrc files, executing the "-c cmd" arguments, creating all windows and loading the buffers in them.' Enabling filetype detection after buffers are loaded is too late. I suppose you do that and add something like this: au VimEnter * bufdo filetype detect I haven't thought that all the way through. Regards, Gary -- -- 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 vim_dev+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.