From c9443f5d2a7c7f19be6e7622b902dc8e73056313 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Tue, 20 Sep 2016 21:50:14 -0400 Subject: [PATCH] Don't display the "Not following:" source error for shellcheck --- vim/config/plugins.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vim/config/plugins.vim b/vim/config/plugins.vim index 8e8d386..757476e 100644 --- a/vim/config/plugins.vim +++ b/vim/config/plugins.vim @@ -236,7 +236,8 @@ scriptencoding utf-8 \ '.*\[SC2029\]', \ '.*\[SC2034\]', \ '.*\[SC2148\]', - \ '.*follow non-constant source' + \ '.*follow non-constant source', + \ 'Not following:' \ ]} autocmd BufNewFile,BufRead PKGBUILD,bash.bashrc,.bashrc let g:syntastic_quiet_messages={"level":"warnings"}