editorconfig / editorconfig-vim

EditorConfig plugin for Vim
http://editorconfig.org
Other
3.13k stars 137 forks source link

Fix syntax of autocmd for .editorconfig #211

Closed philpennock closed 1 year ago

philpennock commented 1 year ago

Commit 39bd110f adjusted how fallback of .editorconfig filetype should be done, but with vim 9.0 patch 1 (as in Ubuntu 20.04) this rule applies and the syntax glitch is exposed: setfiletype is a command, not an option, so takes a parameter instead of being assigned a value.