vim-patch:b529cfbd04c0 (#19501)

Update runtime files
b529cfbd04
This commit is contained in:
Christian Clason
2022-07-26 11:26:23 +02:00
committed by GitHub
parent 1a07044c1c
commit 4cbeedf57b
22 changed files with 854 additions and 451 deletions

View File

@ -18,6 +18,10 @@ fun! SetSyn(name)
else
let name = a:name
endif
if a:name == "whitespace"
" do not replace the filetype but add whitespace on top
let name = &ft .. ".whitespace"
endif
if !exists("s:syntax_menu_synonly")
exe "set ft=" . name
if exists("g:syntax_manual")