comparison runtime/doc/filetype.txt @ 29338:f4f531986753 v9.0.0012

patch 9.0.0012: signature files not detected properly Commit: https://github.com/vim/vim/commit/cdbfc6dbab1d63aa56af316d6b13e37939e7f7a8 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jun 30 16:25:21 2022 +0100 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)
author Bram Moolenaar <Bram@vim.org>
date Thu, 30 Jun 2022 17:30:06 +0200
parents 1f1d99bba06c
children 912224cab37f
comparison
equal deleted inserted replaced
29337:2987bdf4f6cc 29338:f4f531986753
155 *.p g:filetype_p |ft-pascal-syntax| 155 *.p g:filetype_p |ft-pascal-syntax|
156 *.pl g:filetype_pl 156 *.pl g:filetype_pl
157 *.pp g:filetype_pp |ft-pascal-syntax| 157 *.pp g:filetype_pp |ft-pascal-syntax|
158 *.prg g:filetype_prg 158 *.prg g:filetype_prg
159 *.r g:filetype_r 159 *.r g:filetype_r
160 *.sig g:filetype_sig
160 *.sql g:filetype_sql |ft-sql-syntax| 161 *.sql g:filetype_sql |ft-sql-syntax|
161 *.src g:filetype_src 162 *.src g:filetype_src
162 *.sys g:filetype_sys 163 *.sys g:filetype_sys
163 *.sh g:bash_is_sh |ft-sh-syntax| 164 *.sh g:bash_is_sh |ft-sh-syntax|
164 *.tex g:tex_flavor |ft-tex-plugin| 165 *.tex g:tex_flavor |ft-tex-plugin|