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:
@@ -10,11 +10,9 @@ endif
|
||||
syn case match
|
||||
syn match godocTitle "^\([A-Z][A-Z ]*\)$"
|
||||
|
||||
command -nargs=+ HiLink hi def link <args>
|
||||
|
||||
HiLink godocTitle Title
|
||||
hi def link godocTitle Title
|
||||
|
||||
delcommand HiLink
|
||||
|
||||
let b:current_syntax = 'godoc'
|
||||
|
||||
|
Reference in New Issue
Block a user