0
0
mirror of https://github.com/vim/vim.git synced 2025-10-09 06:14:17 -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

@@ -50,16 +50,14 @@ endif
" Define the default highlighting.
" Only when an item doesn't have highlighting yet.
command -nargs=+ HiLink hi def link <args>
HiLink rcsKeyword Keyword
HiLink rcsNumber Identifier
HiLink rcsString String
HiLink rcsTextStr String
HiLink rcsSpecial Special
HiLink rcsDiffLines Special
HiLink rcsEOFError Error
hi def link rcsKeyword Keyword
hi def link rcsNumber Identifier
hi def link rcsString String
hi def link rcsTextStr String
hi def link rcsSpecial Special
hi def link rcsDiffLines Special
hi def link rcsEOFError Error
delcommand HiLink
let b:current_syntax = "rcs"