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

@@ -60,25 +60,23 @@ syn match objIndex "\d\+\/\d*\/\d*"
" Define the default highlighting.
" Only when an item doesn't have highlighting yet
command -nargs=+ HiLink hi def link <args>
HiLink objError Error
HiLink objComment Comment
HiLink objInclude PreProc
HiLink objFloat Float
HiLink objInt Number
HiLink objGroup Structure
HiLink objIndex Constant
HiLink objMaterial Label
hi def link objError Error
hi def link objComment Comment
hi def link objInclude PreProc
hi def link objFloat Float
hi def link objInt Number
hi def link objGroup Structure
hi def link objIndex Constant
hi def link objMaterial Label
HiLink objVertex Keyword
HiLink objNormale Keyword
HiLink objVertice Keyword
HiLink objFace Keyword
HiLink objKeywords Keyword
hi def link objVertex Keyword
hi def link objNormale Keyword
hi def link objVertice Keyword
hi def link objFace Keyword
hi def link objKeywords Keyword
delcommand HiLink
let b:current_syntax = "obj"