mirror of
https://github.com/vim/vim
synced 2025-07-16 01:01:58 +00:00
Update runtime files
This commit is contained in:
@ -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")
|
||||
|
Reference in New Issue
Block a user