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

@@ -104,14 +104,12 @@ syntax region beginCodeCode matchgroup=texDelimiter start="{" end="}"
" Define the default highlighting.
" Only when an item doesn't have highlighting yet
command -nargs=+ HiLink hi def link <args>
HiLink lhsBirdTrack Comment
hi def link lhsBirdTrack Comment
HiLink beginCodeBegin texCmdName
HiLink beginCodeCode texSection
hi def link beginCodeBegin texCmdName
hi def link beginCodeCode texSection
delcommand HiLink
" Restore cursor to original position, as it may have been disturbed
" by the searches in our guessing code