mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-22 11:44:10 -05:00
Improve less undefined error silencing
This commit is contained in:
parent
451983f697
commit
425306bf0a
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ scriptencoding utf-8
|
||||||
"configure warnings/errors that should be silenced by module
|
"configure warnings/errors that should be silenced by module
|
||||||
let g:syntastic_less_lessc_quiet_messages={
|
let g:syntastic_less_lessc_quiet_messages={
|
||||||
\ 'regex':[
|
\ 'regex':[
|
||||||
\ 'NameError: variable @[^ ]* is undefined.*'
|
\ 'NameError:.* is undefined'
|
||||||
\ ]}
|
\ ]}
|
||||||
let g:syntastic_java_javac_quiet_messages={
|
let g:syntastic_java_javac_quiet_messages={
|
||||||
\ 'regex':[
|
\ 'regex':[
|
||||||
|
|
Loading…
Reference in a new issue