Merge pull request #89 from mlb-/FreeBSD_hack
Counter-hack to provide screen redraw on FreeBSD
This commit is contained in:
commit
02ab57da12
@ -286,6 +286,10 @@ function! SyntasticMake(options)
|
||||
let &shellpipe=old_shellpipe
|
||||
let &shell=old_shell
|
||||
|
||||
if s:uname =~ "FreeBSD"
|
||||
redraw!
|
||||
endif
|
||||
|
||||
return errors
|
||||
endfunction
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user