diff options
Diffstat (limited to 'runtime/syntax/godoc.vim')
-rw-r--r-- | runtime/syntax/godoc.vim | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/runtime/syntax/godoc.vim b/runtime/syntax/godoc.vim index 3a07903a7..0603f51c8 100644 --- a/runtime/syntax/godoc.vim +++ b/runtime/syntax/godoc.vim @@ -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' |