Updated runtime files. Remove HiLink commands.
diff --git a/runtime/syntax/ecd.vim b/runtime/syntax/ecd.vim
index 728cf28..1276f2b 100644
--- a/runtime/syntax/ecd.vim
+++ b/runtime/syntax/ecd.vim
@@ -30,17 +30,15 @@
" Define the default highlighting.
" Only when an item doesn't have highlighting yet
-command -nargs=+ HiLink hi def link <args>
-HiLink ecdComment Comment
-HiLink ecdAttr Type
-HiLink ecdAttrN Statement
-HiLink ecdAttrV Value
-HiLink ecdTag Function
-HiLink ecdTagN Statement
-HiLink ecdTagError Error
+hi def link ecdComment Comment
+hi def link ecdAttr Type
+hi def link ecdAttrN Statement
+hi def link ecdAttrV Value
+hi def link ecdTag Function
+hi def link ecdTagN Statement
+hi def link ecdTagError Error
-delcommand HiLink
let b:current_syntax = "ecd"
" vim: ts=8