fix a bug on windows

This commit is contained in:
Martin Grenfell 2011-11-28 23:38:45 +00:00
parent 12c9c334b1
commit 3d385cf0cd

View File

@ -286,7 +286,7 @@ function! SyntasticMake(options)
let &shellpipe=old_shellpipe
let &shell=old_shell
if s:uname =~ "FreeBSD"
if !s:running_windows && s:uname =~ "FreeBSD"
redraw!
endif