mirror of
https://github.com/neovim/neovim.git
synced 2025-09-23 19:48:32 +00:00

Problem: Some filetype autocmds with patterns ending in * do not skip
filenames matching g:ignored_patterns.
Solution: Move these autocmds to the appropriate section and call
s:StarSetf() to set the filetype.
- Affected filetypes: dosini, execline, foam, messages, nginx, tmux.
- Convert foam filetype patterns to use wildcard matching.
closes: vim/vim#17422
6701480c43
Co-authored-by: Doug Kearns <dougkearns@gmail.com>