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

@@ -124,15 +124,13 @@ endif " has("gui_running")
" Define the default highlighting.
" Only when an item doesn't have highlighting yet
command -nargs=+ HiLink hi def link <args>
HiLink xpmType Type
HiLink xpmStorageClass StorageClass
HiLink xpmTodo Todo
HiLink xpmComment Comment
HiLink xpmPixelString String
hi def link xpmType Type
hi def link xpmStorageClass StorageClass
hi def link xpmTodo Todo
hi def link xpmComment Comment
hi def link xpmPixelString String
delcommand HiLink
let b:current_syntax = "xpm"