comparison runtime/syntax/wdiff.vim @ 10051:46763b01cd9a

commit https://github.com/vim/vim/commit/f37506f60f87d52a9e8850e30067645e2b13783c Author: Bram Moolenaar <Bram@vim.org> Date: Wed Aug 31 22:22:10 2016 +0200 Updated runtime files. Remove HiLink commands.
author Christian Brabandt <cb@256bit.org>
date Wed, 31 Aug 2016 22:30:08 +0200
parents 43efa4f5a8ea
children
comparison
equal deleted inserted replaced
10050:b702edc4b2b8 10051:46763b01cd9a
19 syn region wdiffNew start="{+" end="+}" 19 syn region wdiffNew start="{+" end="+}"
20 20
21 21
22 " Define the default highlighting. 22 " Define the default highlighting.
23 " Only when an item doesn't have highlighting yet 23 " Only when an item doesn't have highlighting yet
24 command -nargs=+ HiLink hi def link <args>
25 24
26 HiLink wdiffOld Special 25 hi def link wdiffOld Special
27 HiLink wdiffNew Identifier 26 hi def link wdiffNew Identifier
28 27
29 delcommand HiLink
30 28
31 let b:current_syntax = "wdiff" 29 let b:current_syntax = "wdiff"