make java errors about being unable to find external imports silent

This commit is contained in:
Kevin MacMartin 2014-08-25 23:56:55 -04:00
parent ba8ab82b30
commit a3971297aa

View file

@ -156,6 +156,8 @@
let g:syntastic_check_on_open=0
endif
let g:syntastic_quiet_messages={'regex':['package\ [^\ ]*\ does not exist.*', 'cannot find symbol.*']}
let g:syntastic_check_on_wq=0
let g:syntastic_always_populate_loc_list=1
let g:syntastic_auto_loc_list=1