summaryrefslogtreecommitdiffstats
path: root/runtime/syntax/blank.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/blank.vim
parentc628fdcd46e93c308f742efdf54248695960e290 (diff)
Updated runtime files. Remove HiLink commands.
Diffstat (limited to 'runtime/syntax/blank.vim')
-rw-r--r--runtime/syntax/blank.vim8
1 files changed, 3 insertions, 5 deletions
diff --git a/runtime/syntax/blank.vim b/runtime/syntax/blank.vim
index 53ef556a9f..6d2e3fd7bd 100644
--- a/runtime/syntax/blank.vim
+++ b/runtime/syntax/blank.vim
@@ -26,13 +26,11 @@ syn case match
" Define the default highlighting.
" Only when an item doesn't have highlighting yet
-command -nargs=+ HiLink hi def link <args>
-HiLink blankInstruction Statement
-HiLink blankNumber Number
-HiLink blankString String
+hi def link blankInstruction Statement
+hi def link blankNumber Number
+hi def link blankString String
-delcommand HiLink
let b:current_syntax = "blank"