1
0
forked from aniani/vim

Updated runtime files. Remove HiLink commands.

This commit is contained in:
Bram Moolenaar
2016-08-31 22:22:10 +02:00
parent c628fdcd46
commit f37506f60f
345 changed files with 8746 additions and 9223 deletions

View File

@@ -105,15 +105,13 @@ syn keyword sambaKeyword contained store unknown unwriteable
" Define the default highlighting.
" Only when an item doesn't have highlighting yet
command -nargs=+ HiLink hi def link <args>
HiLink sambaParameter Normal
HiLink sambaKeyword Type
HiLink sambaSection Statement
HiLink sambaMacro PreProc
HiLink sambaComment Comment
HiLink sambaContinue Operator
HiLink sambaBoolean Constant
delcommand HiLink
hi def link sambaParameter Normal
hi def link sambaKeyword Type
hi def link sambaSection Statement
hi def link sambaMacro PreProc
hi def link sambaComment Comment
hi def link sambaContinue Operator
hi def link sambaBoolean Constant
let b:current_syntax = "samba"