From 86b596dc7a49f1b148ef82a356b972b93ed0f6d4 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Fri, 28 Apr 2017 21:14:34 +0200 Subject: vim-patch:f37506f60f87 Updated runtime files. Remove HiLink commands. https://github.com/vim/vim/commit/f37506f60f87d52a9e8850e30067645e2b13783c --- runtime/syntax/dtml.vim | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'runtime/syntax/dtml.vim') diff --git a/runtime/syntax/dtml.vim b/runtime/syntax/dtml.vim index 0cc2729f79..cb09de8091 100644 --- a/runtime/syntax/dtml.vim +++ b/runtime/syntax/dtml.vim @@ -190,16 +190,14 @@ syn match htmlTagN contained + -HiLink dtmlIsTag PreProc -HiLink dtmlAttribute Identifier -HiLink dtmlMethod Function -HiLink dtmlComment Comment -HiLink dtmlTODO Todo -HiLink dtmlSpecialChar Special +hi def link dtmlIsTag PreProc +hi def link dtmlAttribute Identifier +hi def link dtmlMethod Function +hi def link dtmlComment Comment +hi def link dtmlTODO Todo +hi def link dtmlSpecialChar Special -delcommand HiLink let b:current_syntax = "dtml" -- cgit