hello, On Fri, Feb 13, 2026 at 09:10:57AM -0800, D. Ben Knoble wrote: > No such feature exists that I'm aware of, but: > - what is it about sh.vim that you don't like?
I often set &mp and &efm manually to have a quickfix mode whatever I'm doing and it pissed me off multiple times to "magically" lose them then I realized it happened when I setf or e a shell script so I gave a look at it and realized that I none of the things done by this plugin has any value in my workflow so I decided just to delete it instead of fixing it. But then I came to another machine and got the same problem and that's why I asked here. > - are you aware you can override any ftplugin with either > ~/.vim/ftplugin/sh.vim or (usually my preference, when I'm extending > rather than replacing) ~/.vim/after/ftplugin/sh.vim? Ditto for syntax and > indent, since that's what we ship right now. I actually had all of my stuff in ~/.config/vim/after and completely forgot about ~/.config/vim/ftplugin. just moving/touching files to maintain the blacklist is wonderful. thanks for helping me reactivate my rusted brain. > See `:help ftplugin-overrule`, `:help 30.3` (indenting), `:help > mysyntaxfile` (Yikes, what a documentation mess!) I'm really impressed by the quality of the documentation given all the changes that are made in vim from the first version I used (which was 3.something) but yes: sometimes it's hard to find the good part of the doc. Thank you so much. -- Marc Chantreux -- -- You received this message from the "vim_use" 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_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/vim_use/aY9wx4mtWTDISPzp%40prometheus.
