Many vim users, myself included, learn about filetype plugins and autocommands only in an effort to disable a filetype plugin's behavior of overriding settings specified in _vimrc.
For example, my _vimrc contains the following autocmd: autocmd FileType * setlocal iskeyword=@,48-57,_,192-255 Moreover, this autocmd must be the *last thing* done in _vimrc, because, as I understand it, filetype plugins are themselves run from autocommands, which means any autocmd defined after this one could potentially override its intended effect. It took time and some research to figure out all of this trickery. The proposal in Issue #11255, or something similar, would have provided a far simpler solution. On Sat, Oct 1, 2022 at 7:49 AM someoneonsmile <[email protected]> wrote: > Closed #11255 <https://github.com/vim/vim/issues/11255> as completed. > > — > Reply to this email directly, view it on GitHub > <https://github.com/vim/vim/issues/11255#event-7500368098>. > You are receiving this because you are subscribed to this thread.Message > ID: <vim/vim/issue/11255/issue_event/[email protected]> > > -- > -- > 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]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/vim_dev/vim/vim/issue/11255/issue_event/7500368098%40github.com > <https://groups.google.com/d/msgid/vim_dev/vim/vim/issue/11255/issue_event/7500368098%40github.com?utm_medium=email&utm_source=footer> > . > -- -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/CANGAOma0T1DPyU%2B-P0chUovXw1FeoMeaK07F2DKs%3DXCyFRYzFA%40mail.gmail.com.
