summaryrefslogtreecommitdiffstats
path: root/runtime/doc
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-06-30 16:25:21 +0100
committerBram Moolenaar <Bram@vim.org>2022-06-30 16:25:21 +0100
commitcdbfc6dbab1d63aa56af316d6b13e37939e7f7a8 (patch)
treeaf16e32444f170534f389fdefcac4f90409277f9 /runtime/doc
parentd25f003342aca9889067f2e839963dfeccf1fe05 (diff)
patch 9.0.0012: signature files not detected properlyv9.0.0012
Problem: Signature files not detected properly. Solution: Add a function to better detect signature files. (Doug Kearns)
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/filetype.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/filetype.txt b/runtime/doc/filetype.txt
index 282a7966cb..90ae3e7ac0 100644
--- a/runtime/doc/filetype.txt
+++ b/runtime/doc/filetype.txt
@@ -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