aboutsummaryrefslogtreecommitdiff
path: root/runtime/syntax/rcslog.vim
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/syntax/rcslog.vim')
-rw-r--r--runtime/syntax/rcslog.vim8
1 files changed, 3 insertions, 5 deletions
diff --git a/runtime/syntax/rcslog.vim b/runtime/syntax/rcslog.vim
index 8451852993..18f4593c77 100644
--- a/runtime/syntax/rcslog.vim
+++ b/runtime/syntax/rcslog.vim
@@ -14,13 +14,11 @@ syn match rcslogDate "^date: .*$"
" 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"