comparison runtime/syntax/xpm.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 c391bfbdb452
comparison
equal deleted inserted replaced
10050:b702edc4b2b8 10051:46763b01cd9a
122 122
123 endif " has("gui_running") 123 endif " has("gui_running")
124 124
125 " Define the default highlighting. 125 " Define the default highlighting.
126 " Only when an item doesn't have highlighting yet 126 " Only when an item doesn't have highlighting yet
127 command -nargs=+ HiLink hi def link <args>
128 127
129 HiLink xpmType Type 128 hi def link xpmType Type
130 HiLink xpmStorageClass StorageClass 129 hi def link xpmStorageClass StorageClass
131 HiLink xpmTodo Todo 130 hi def link xpmTodo Todo
132 HiLink xpmComment Comment 131 hi def link xpmComment Comment
133 HiLink xpmPixelString String 132 hi def link xpmPixelString String
134 133
135 delcommand HiLink
136 134
137 let b:current_syntax = "xpm" 135 let b:current_syntax = "xpm"
138 136
139 " vim: ts=8:sw=3:noet: 137 " vim: ts=8:sw=3:noet: