mirror of
https://github.com/prurigro/darkcloud-vimconfig.git
synced 2024-11-22 14:44:11 -05:00
Remove file error for less
This commit is contained in:
parent
b559b82247
commit
25570ba247
1 changed files with 2 additions and 1 deletions
|
@ -186,7 +186,8 @@ 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:.* is undefined'
|
\ 'NameError:.* is undefined',
|
||||||
|
\ 'FileError:.*'
|
||||||
\ ]}
|
\ ]}
|
||||||
let g:syntastic_java_javac_quiet_messages={
|
let g:syntastic_java_javac_quiet_messages={
|
||||||
\ 'regex':[
|
\ 'regex':[
|
||||||
|
|
Loading…
Reference in a new issue