comparison runtime/syntax/svn.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
38 syn sync clear 38 syn sync clear
39 syn sync match svnSync grouphere svnRegion "^--.*--$"me=s-1 39 syn sync match svnSync grouphere svnRegion "^--.*--$"me=s-1
40 40
41 " Define the default highlighting. 41 " Define the default highlighting.
42 " Only when an item doesn't have highlighting yet. 42 " Only when an item doesn't have highlighting yet.
43 command -nargs=+ HiLink hi def link <args>
44 43
45 HiLink svnSummary Keyword 44 hi def link svnSummary Keyword
46 HiLink svnBlank Error 45 hi def link svnBlank Error
47 46
48 HiLink svnRegion Comment 47 hi def link svnRegion Comment
49 HiLink svnDelimiter NonText 48 hi def link svnDelimiter NonText
50 HiLink svnRemoved Constant 49 hi def link svnRemoved Constant
51 HiLink svnAdded Identifier 50 hi def link svnAdded Identifier
52 HiLink svnModified Special 51 hi def link svnModified Special
53 HiLink svnProperty Special 52 hi def link svnProperty Special
54 HiLink svnRenamed Special 53 hi def link svnRenamed Special
55 54
56 delcommand HiLink
57 55
58 let b:current_syntax = "svn" 56 let b:current_syntax = "svn"