This commit is contained in:
LCD 47 2013-08-03 18:50:06 +03:00
parent e6091a998c
commit 903b5343e8

View File

@ -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']