summaryrefslogtreecommitdiffstats
path: root/runtime/syntax/bzr.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-08-31 22:22:10 +0200
committerBram Moolenaar <Bram@vim.org>2016-08-31 22:22:10 +0200
commitf37506f60f87d52a9e8850e30067645e2b13783c (patch)
treea11d81f91e6ccb82f9ccdde6ad426ffbbaf3940f /runtime/syntax/bzr.vim
parentc628fdcd46e93c308f742efdf54248695960e290 (diff)
Updated runtime files. Remove HiLink commands.
Diffstat (limited to 'runtime/syntax/bzr.vim')
-rw-r--r--runtime/syntax/bzr.vim14
1 files changed, 6 insertions, 8 deletions
diff --git a/runtime/syntax/bzr.vim b/runtime/syntax/bzr.vim
index 11450ba996..43178b8a1a 100644
--- a/runtime/syntax/bzr.vim
+++ b/runtime/syntax/bzr.vim
@@ -38,15 +38,13 @@ syn sync match bzrSync grouphere bzrRegion "^-\{14} This line and the following
" Define the default highlighting.
" Only when an item doesn't have highlighting yet.
-command -nargs=+ HiLink hi def link <args>
-HiLink bzrRemoved Constant
-HiLink bzrAdded Identifier
-HiLink bzrModified Special
-HiLink bzrRenamed Special
-HiLink bzrUnchanged Special
-HiLink bzrUnknown Special
+hi def link bzrRemoved Constant
+hi def link bzrAdded Identifier
+hi def link bzrModified Special
+hi def link bzrRenamed Special
+hi def link bzrUnchanged Special
+hi def link bzrUnknown Special
-delcommand HiLink
let b:current_syntax = "bzr"