aboutsummaryrefslogtreecommitdiff
path: root/runtime/syntax/cynpp.vim
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/syntax/cynpp.vim')
-rw-r--r--runtime/syntax/cynpp.vim6
1 files changed, 2 insertions, 4 deletions
diff --git a/runtime/syntax/cynpp.vim b/runtime/syntax/cynpp.vim
index ee54eb6a44..3064b11a63 100644
--- a/runtime/syntax/cynpp.vim
+++ b/runtime/syntax/cynpp.vim
@@ -42,11 +42,9 @@ syn keyword cynppMacro Instantiate
" Define the default highlighting.
" Only when an item doesn't have highlighting yet
-command -nargs=+ HiLink hi def link <args>
-HiLink cLabel Label
-HiLink cynppMacro Statement
+hi def link cLabel Label
+hi def link cynppMacro Statement
-delcommand HiLink
let b:current_syntax = "cynpp"