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

@@ -19,12 +19,10 @@ syn region changeToMaterial start="^@y.*$"ms=e+1 end="^@z.*$"me=s-1
" Define the default highlighting.
" Only when an item doesn't have highlighting yet
command -nargs=+ HiLink hi def link <args>
HiLink changeFromMaterial String
HiLink changeToMaterial Statement
hi def link changeFromMaterial String
hi def link changeToMaterial Statement
delcommand HiLink
let b:current_syntax = "change"