Updated runtime files. Remove HiLink commands.
diff --git a/runtime/syntax/rcslog.vim b/runtime/syntax/rcslog.vim
index 8451852..18f4593 100644
--- a/runtime/syntax/rcslog.vim
+++ b/runtime/syntax/rcslog.vim
@@ -14,13 +14,11 @@
" Define the default highlighting.
" Only when an item doesn't have highlighting yet
-command -nargs=+ HiLink hi def link <args>
-HiLink rcslogFile Type
-HiLink rcslogRevision Constant
-HiLink rcslogDate Identifier
+hi def link rcslogFile Type
+hi def link rcslogRevision Constant
+hi def link rcslogDate Identifier
-delcommand HiLink
let b:current_syntax = "rcslog"