0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

Updated runtime files. Remove HiLink commands.

This commit is contained in:
Bram Moolenaar
2016-08-31 22:22:10 +02:00
parent c628fdcd46
commit f37506f60f
345 changed files with 8746 additions and 9223 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"