diff options
Diffstat (limited to 'runtime/syntax/cweb.vim')
-rw-r--r-- | runtime/syntax/cweb.vim | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/runtime/syntax/cweb.vim b/runtime/syntax/cweb.vim index 1d6e0fdec..4e06b3646 100644 --- a/runtime/syntax/cweb.vim +++ b/runtime/syntax/cweb.vim @@ -57,11 +57,9 @@ syntax match webIgnoredStuff "@@" " Define the default highlighting. " Only when an item doesn't have highlighting yet -command -nargs=+ HiLink hi def link <args> -HiLink webRestrictedTeX String +hi def link webRestrictedTeX String -delcommand HiLink let b:current_syntax = "cweb" |