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:
@@ -18,15 +18,13 @@ syn match cvsDir contained "\S\+$"
|
||||
|
||||
" Define the default highlighting.
|
||||
" Only when an item doesn't have highlighting yet
|
||||
command -nargs=+ HiLink hi def link <args>
|
||||
|
||||
HiLink cvsLine Comment
|
||||
HiLink cvsDir cvsFile
|
||||
HiLink cvsFile Constant
|
||||
HiLink cvsFiles cvsCom
|
||||
HiLink cvsTag cvsCom
|
||||
HiLink cvsCom Statement
|
||||
hi def link cvsLine Comment
|
||||
hi def link cvsDir cvsFile
|
||||
hi def link cvsFile Constant
|
||||
hi def link cvsFiles cvsCom
|
||||
hi def link cvsTag cvsCom
|
||||
hi def link cvsCom Statement
|
||||
|
||||
delcommand HiLink
|
||||
|
||||
let b:current_syntax = "cvs"
|
||||
|
Reference in New Issue
Block a user