ExtraWhitespace link
This commit is contained in:
parent
76fb68b837
commit
45e6b885b1
|
@ -151,7 +151,7 @@ hi! Underlined cterm=underline term=underline gui=underline
|
||||||
|
|
||||||
hi! Ignore guifg=NONE
|
hi! Ignore guifg=NONE
|
||||||
|
|
||||||
hi! Error guifg=#ee0000 cterm=bold gui=bold
|
hi! Error guifg=#ee0000 cterm=bold gui=bold
|
||||||
|
|
||||||
|
|
||||||
hi! Noise guifg=#333333
|
hi! Noise guifg=#333333
|
||||||
|
@ -391,6 +391,11 @@ hi! def link yamlFlowIndicator Noise
|
||||||
hi! def link confComment Comment
|
hi! def link confComment Comment
|
||||||
""}}}
|
""}}}
|
||||||
|
|
||||||
|
"" extra whitespace
|
||||||
|
""{{{
|
||||||
|
hi! def link ExtraWhitespace SpellCap
|
||||||
|
""}}}
|
||||||
|
|
||||||
"""""""""""""""""""""""""""""""""""""""""
|
"""""""""""""""""""""""""""""""""""""""""
|
||||||
" following are to be done
|
" following are to be done
|
||||||
"""""""""""""""""""""""""""""""""""""""""
|
"""""""""""""""""""""""""""""""""""""""""
|
||||||
|
@ -427,11 +432,6 @@ hi! def link confComment Comment
|
||||||
"hi! def link jsonQuote mNoise
|
"hi! def link jsonQuote mNoise
|
||||||
""}}}
|
""}}}
|
||||||
|
|
||||||
"" extra whitespace
|
|
||||||
""{{{
|
|
||||||
"hi! def link ExtraWhitespace CRWarning
|
|
||||||
""}}}
|
|
||||||
|
|
||||||
"" quickfix
|
"" quickfix
|
||||||
""{{{
|
""{{{
|
||||||
"hi! def link qfFilename mNoiseBright
|
"hi! def link qfFilename mNoiseBright
|
||||||
|
|
Loading…
Reference in New Issue