summaryrefslogtreecommitdiffstats
path: root/runtime/syntax/cfg.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-08-31 22:22:10 +0200
committerBram Moolenaar <Bram@vim.org>2016-08-31 22:22:10 +0200
commitf37506f60f87d52a9e8850e30067645e2b13783c (patch)
treea11d81f91e6ccb82f9ccdde6ad426ffbbaf3940f /runtime/syntax/cfg.vim
parentc628fdcd46e93c308f742efdf54248695960e290 (diff)
Updated runtime files. Remove HiLink commands.
Diffstat (limited to 'runtime/syntax/cfg.vim')
-rw-r--r--runtime/syntax/cfg.vim20
1 files changed, 9 insertions, 11 deletions
diff --git a/runtime/syntax/cfg.vim b/runtime/syntax/cfg.vim
index c57b6f8711..a50297d418 100644
--- a/runtime/syntax/cfg.vim
+++ b/runtime/syntax/cfg.vim
@@ -34,17 +34,15 @@ syn match CfgComment "\/\/.*"
" Define the default hightlighting.
" Only when an item doesn't have highlighting yet
-command -nargs=+ HiLink hi def link <args>
-HiLink CfgOnOff Label
-HiLink CfgComment Comment
-HiLink CfgSection Type
-HiLink CfgString String
-HiLink CfgParams Keyword
-HiLink CfgValues Constant
-HiLink CfgDirectory Directory
-HiLink UncPath Directory
-
-delcommand HiLink
+hi def link CfgOnOff Label
+hi def link CfgComment Comment
+hi def link CfgSection Type
+hi def link CfgString String
+hi def link CfgParams Keyword
+hi def link CfgValues Constant
+hi def link CfgDirectory Directory
+hi def link UncPath Directory
+
let b:current_syntax = "cfg"
" vim:ts=8