From 425306bf0a2dfaf5ef2772c28647579ca254361c Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Wed, 25 Mar 2015 13:43:56 -0400 Subject: [PATCH] Improve less undefined error silencing --- vim/config/plugins.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/config/plugins.vim b/vim/config/plugins.vim index dfe5eff..1401c54 100644 --- a/vim/config/plugins.vim +++ b/vim/config/plugins.vim @@ -186,7 +186,7 @@ scriptencoding utf-8 "configure warnings/errors that should be silenced by module let g:syntastic_less_lessc_quiet_messages={ \ 'regex':[ - \ 'NameError: variable @[^ ]* is undefined.*' + \ 'NameError:.* is undefined' \ ]} let g:syntastic_java_javac_quiet_messages={ \ 'regex':[