fix a bug on windows
This commit is contained in:
parent
12c9c334b1
commit
3d385cf0cd
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user