diff --git a/plugin/syntastic.vim b/plugin/syntastic.vim index 7b283429..44de8395 100644 --- a/plugin/syntastic.vim +++ b/plugin/syntastic.vim @@ -286,6 +286,10 @@ function! SyntasticMake(options) let &shellpipe=old_shellpipe let &shell=old_shell + if s:uname =~ "FreeBSD" + redraw! + endif + return errors endfunction