From 9c66c59df9b2074307e5e8ffb6ecaabbff61532e Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Thu, 29 Dec 2016 14:10:19 -0500 Subject: [PATCH] Silence sass error when imports can't be located --- vim/config/plugins.vim | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vim/config/plugins.vim b/vim/config/plugins.vim index 36dc9bb..d6c3dcf 100644 --- a/vim/config/plugins.vim +++ b/vim/config/plugins.vim @@ -187,6 +187,10 @@ scriptencoding utf-8 \ 'NameError:.* is undefined', \ 'FileError:.*' \ ]} + let g:syntastic_scss_sass_quiet_messages={ + \ 'regex':[ + \ 'File to import not found or unreadable.*' + \ ]} let g:syntastic_java_javac_quiet_messages={ \ 'regex':[ \ 'cannot find symbol.*',