1
0
forked from aniani/vim

patch 9.0.0012: signature files not detected properly

Problem:    Signature files not detected properly.
Solution:   Add a function to better detect signature files. (Doug Kearns)
This commit is contained in:
Bram Moolenaar
2022-06-30 16:25:21 +01:00
parent d25f003342
commit cdbfc6dbab
5 changed files with 82 additions and 4 deletions

View File

@@ -157,6 +157,7 @@ variables can be used to overrule the filetype used for certain extensions:
*.pp g:filetype_pp |ft-pascal-syntax|
*.prg g:filetype_prg
*.r g:filetype_r
*.sig g:filetype_sig
*.sql g:filetype_sql |ft-sql-syntax|
*.src g:filetype_src
*.sys g:filetype_sys