direnv / direnv.vim

vim plugin for direnv support
MIT License
177 stars 12 forks source link

Extend to catch all stdout && stderr #8

Closed delphinus closed 6 years ago

delphinus commented 6 years ago

direnv#on_stdout /on_stderr callbacks are called multi times in my env (MacVim 8.0.1420) at least. On previous build, direnv#on_stdout / on_stderr simply replaced the s:job_status.stdout / stderr arrays and they holded the last line from direnv output. This patch fixes this.

zimbatm commented 6 years ago

looks good, thanks!