Update runtime files

This commit is contained in:
Bram Moolenaar
2022-07-25 15:42:07 +01:00
parent cd6ad6439d
commit b529cfbd04
28 changed files with 877 additions and 458 deletions

View File

@ -13,6 +13,10 @@ def SetSyn(name: string)
g:use_fvwm_2 = name == "fvwm2"
filetype = "fvwm"
endif
if name == "whitespace"
" do not replace the filetype but add whitespace on top
filetype = &ft .. ".whitespace"
endif
if !exists("s:syntax_menu_synonly")
exe "set ft=" .. filetype
if exists("g:syntax_manual")