comparison runtime/doc/filetype.txt @ 28445:7f0ec490d608 v8.2.4747

patch 8.2.4747: no filetype override for .sys files Commit: https://github.com/vim/vim/commit/f420ff2440a009acd9573fdb6ad6d53509d78009 Author: KnoP-01 <knosowski@graeffrobotics.de> Date: Wed Apr 13 20:46:21 2022 +0100 patch 8.2.4747: no filetype override for .sys files Problem: No filetype override for .sys files. Solution: Add g:filetype_sys. (Patrick Meiser-Knosowski, closes https://github.com/vim/vim/issues/10181)
author Bram Moolenaar <Bram@vim.org>
date Wed, 13 Apr 2022 22:00:04 +0200
parents f77b9d4cb007
children f73a9bdff3a3
comparison
equal deleted inserted replaced
28444:5371ee467711 28445:7f0ec490d608
153 *.p g:filetype_p |ft-pascal-syntax| 153 *.p g:filetype_p |ft-pascal-syntax|
154 *.pl g:filetype_pl 154 *.pl g:filetype_pl
155 *.pp g:filetype_pp |ft-pascal-syntax| 155 *.pp g:filetype_pp |ft-pascal-syntax|
156 *.prg g:filetype_prg 156 *.prg g:filetype_prg
157 *.src g:filetype_src 157 *.src g:filetype_src
158 *.sys g:filetype_sys
158 *.sh g:bash_is_sh |ft-sh-syntax| 159 *.sh g:bash_is_sh |ft-sh-syntax|
159 *.tex g:tex_flavor |ft-tex-plugin| 160 *.tex g:tex_flavor |ft-tex-plugin|
160 *.w g:filetype_w |ft-cweb-syntax| 161 *.w g:filetype_w |ft-cweb-syntax|
161 162
162 For a few filetypes the global variable is used only when the filetype could 163 For a few filetypes the global variable is used only when the filetype could