vim-patch:f37506f60f87

Updated runtime files.  Remove HiLink commands.

f37506f60f
This commit is contained in:
Justin M. Keyes
2017-04-28 21:14:34 +02:00
parent a53409b564
commit 86b596dc7a
338 changed files with 16903 additions and 19922 deletions

View File

@@ -38,16 +38,14 @@ syn region dcdComment start="\*" end="\;"
" Define the default highlighting.
" Only when an item doesn't have highlighting yet
command -nargs=+ HiLink hi def link <args>
HiLink dcdFunction Identifier
HiLink dcdLabel Constant
HiLink dcdConditional Conditional
HiLink dcdDisplay Type
HiLink dcdStatement Statement
HiLink dcdSpecial Special
HiLink dcdComment Comment
hi def link dcdFunction Identifier
hi def link dcdLabel Constant
hi def link dcdConditional Conditional
hi def link dcdDisplay Type
hi def link dcdStatement Statement
hi def link dcdSpecial Special
hi def link dcdComment Comment
delcommand HiLink
let b:current_syntax = "dcd"