mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-07 13:14:29 +08:00
#4400 - Remove virtual-text defaults from highlight.vim
This commit is contained in:
@@ -22,26 +22,6 @@ if !hlexists('ALEInfo')
|
|||||||
highlight link ALEInfo ALEWarning
|
highlight link ALEInfo ALEWarning
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if !hlexists('ALEVirtualTextError')
|
|
||||||
highlight link ALEVirtualTextError ALEError
|
|
||||||
endif
|
|
||||||
|
|
||||||
if !hlexists('ALEVirtualTextStyleError')
|
|
||||||
highlight link ALEVirtualTextStyleError ALEVirtualTextError
|
|
||||||
endif
|
|
||||||
|
|
||||||
if !hlexists('ALEVirtualTextWarning')
|
|
||||||
highlight link ALEVirtualTextWarning ALEWarning
|
|
||||||
endif
|
|
||||||
|
|
||||||
if !hlexists('ALEVirtualTextStyleWarning')
|
|
||||||
highlight link ALEVirtualTextStyleWarning ALEVirtualTextWarning
|
|
||||||
endif
|
|
||||||
|
|
||||||
if !hlexists('ALEVirtualTextInfo')
|
|
||||||
highlight link ALEVirtualTextInfo ALEVirtualTextWarning
|
|
||||||
endif
|
|
||||||
|
|
||||||
" The maximum number of items for the second argument of matchaddpos()
|
" The maximum number of items for the second argument of matchaddpos()
|
||||||
let s:MAX_POS_VALUES = 8
|
let s:MAX_POS_VALUES = 8
|
||||||
let s:MAX_COL_SIZE = 1073741824 " pow(2, 30)
|
let s:MAX_COL_SIZE = 1073741824 " pow(2, 30)
|
||||||
|
|||||||
Reference in New Issue
Block a user