mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
vim-patch:f37506f60f87
Updated runtime files. Remove HiLink commands.
f37506f60f
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user