On Wed, Jul 27, 2016 at 12:26 PM, Gary Johnson <garyj...@spocom.com> wrote:
> 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. > Filetype *detection* is on by default in Vim. It's not being "turned on" by "filetype plugin indent on". So what you say will be too late is not too late. Now maybe filetype *plugins* need to be loaded before the buffer is loaded, but I kind of doubt it. They usually just set options and maps. If I am wrong, then this idea of mine will indeed not work. -Manny -- -- 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.