mirror of
https://github.com/vim/vim.git
synced 2025-10-09 06:14:17 -04:00
Updated runtime files. Remove HiLink commands.
This commit is contained in:
@@ -73,16 +73,14 @@ syn match OPLMathsOperator "-\|=\|[:<>+\*^/\\]"
|
||||
|
||||
" Define the default highlighting.
|
||||
" Only when an item doesn't have highlighting yet
|
||||
command -nargs=+ HiLink hi def link <args>
|
||||
|
||||
HiLink OPLStatement Statement
|
||||
HiLink OPLNumber Number
|
||||
HiLink OPLString String
|
||||
HiLink OPLComment Comment
|
||||
HiLink OPLMathsOperator Conditional
|
||||
" HiLink OPLError Error
|
||||
hi def link OPLStatement Statement
|
||||
hi def link OPLNumber Number
|
||||
hi def link OPLString String
|
||||
hi def link OPLComment Comment
|
||||
hi def link OPLMathsOperator Conditional
|
||||
" hi def link OPLError Error
|
||||
|
||||
delcommand HiLink
|
||||
|
||||
let b:current_syntax = "opl"
|
||||
|
||||
|
Reference in New Issue
Block a user