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

@@ -15,11 +15,9 @@ syn match jargonMark /{[^}]*}/
" Define the default highlighting.
" Only when an item doesn't have highlighting yet
command -nargs=+ HiLink hi def link <args>
HiLink jargonChaptTitle Title
HiLink jargonEmailAddr Comment
HiLink jargonUrl Comment
HiLink jargonMark Label
delcommand HiLink
hi def link jargonChaptTitle Title
hi def link jargonEmailAddr Comment
hi def link jargonUrl Comment
hi def link jargonMark Label
let b:current_syntax = "jargon"