summaryrefslogtreecommitdiffstats
path: root/runtime/syntax/asmh8300.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/asmh8300.vim
parentc628fdcd46e93c308f742efdf54248695960e290 (diff)
Updated runtime files. Remove HiLink commands.
Diffstat (limited to 'runtime/syntax/asmh8300.vim')
-rw-r--r--runtime/syntax/asmh8300.vim6
1 files changed, 2 insertions, 4 deletions
diff --git a/runtime/syntax/asmh8300.vim b/runtime/syntax/asmh8300.vim
index 5134c512e7..8560fb7ae4 100644
--- a/runtime/syntax/asmh8300.vim
+++ b/runtime/syntax/asmh8300.vim
@@ -54,16 +54,14 @@ runtime! syntax/asm.vim
" Define the default highlighting.
" Only when an item doesn't have highlighting yet
-command -nargs=+ HiLink hi def link <args>
-HiLink asmOpcode Statement
-HiLink asmRegister Identifier
+hi def link asmOpcode Statement
+hi def link asmRegister Identifier
" My default-color overrides:
"hi asmOpcode ctermfg=yellow
"hi asmReg ctermfg=lightmagenta
-delcommand HiLink
let b:current_syntax = "asmh8300"