commit | f37506f60f87d52a9e8850e30067645e2b13783c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 31 22:22:10 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 31 22:22:10 2016 +0200 |
tree | a11d81f91e6ccb82f9ccdde6ad426ffbbaf3940f | |
parent | c628fdcd46e93c308f742efdf54248695960e290 [diff] [blame] |
Updated runtime files. Remove HiLink commands.
diff --git a/runtime/syntax/cweb.vim b/runtime/syntax/cweb.vim index 1d6e0fd..4e06b36 100644 --- a/runtime/syntax/cweb.vim +++ b/runtime/syntax/cweb.vim
@@ -57,11 +57,9 @@ " 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"