On 2016-07-27, Manuel Ortega wrote:
> On Wed, Jul 27, 2016 at 12:26 PM, Gary Johnson 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.
What makes you think filetype detection is on by default? That's
not what I observe.
$ vim -N -u /dev/null hello.c
:set ft?
filetype=
It is turned on by "filetype [args] on" and by "syntax on".
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 [email protected].
For more options, visit https://groups.google.com/d/optout.