Updated runtime files. Remove HiLink commands.
diff --git a/runtime/syntax/cynpp.vim b/runtime/syntax/cynpp.vim
index ee54eb6..3064b11 100644
--- a/runtime/syntax/cynpp.vim
+++ b/runtime/syntax/cynpp.vim
@@ -42,11 +42,9 @@
" 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"