1
0
forked from aniani/vim

patch 8.2.3880: Solution filter files are not recognized

Problem:    Solution filter files are not recognized.
Solution:   Add pattern *.slnf and use json. (Doug Kearns)
This commit is contained in:
Bram Moolenaar
2021-12-24 11:33:56 +00:00
parent 51e64b2789
commit 70a120b72b
3 changed files with 4 additions and 1 deletions

View File

@@ -1750,6 +1750,7 @@ au BufNewFile,BufRead *.ice setf slice
" Microsoft Visual Studio Solution
au BufNewFile,BufRead *.sln setf solution
au BufNewFile,BufRead *.slnf setf json
" Spice
au BufNewFile,BufRead *.sp,*.spice setf spice