diff --git a/plugin/syntastic.vim b/plugin/syntastic.vim index f1244314..d8592a2f 100644 --- a/plugin/syntastic.vim +++ b/plugin/syntastic.vim @@ -359,7 +359,7 @@ function! SyntasticMake(options) endif " disable redirection of stdout & stderr in system() - let shellredir = '' + let &shellredir = '' if has_key(a:options, 'errorformat') let &errorformat = a:options['errorformat']