Merge pull request #89 from mlb-/FreeBSD_hack

Counter-hack to provide screen redraw on FreeBSD
This commit is contained in:
Martin Grenfell 2011-11-24 15:50:42 -08:00
commit 02ab57da12

View File

@ -286,6 +286,10 @@ function! SyntasticMake(options)
let &shellpipe=old_shellpipe
let &shell=old_shell
if s:uname =~ "FreeBSD"
redraw!
endif
return errors
endfunction