rzyns / macvim

Automatically exported from code.google.com/p/macvim
0 stars 0 forks source link

Interactive VimShell sessions not being updated in MacVim #490

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Vimshell interactive session is not being updated with new content, as 
described here: https://github.com/Shougo/vimshell.vim/issues/124

1. latest version of MacVim
2. latest version of Vimshell
3. Run any continuously updating command using the interactive vimshell mode, 
like :VimShellInteractive tail -f /var/log/system.log or something like that...
4. Watch the output not being refreshed when not focused in the pane.

The same works perfectly well in plain console vim. I think I also experienced 
the same with https://code.google.com/p/conque/

Original issue reported on code.google.com by daniel.kvasnicka.jr on 9 Dec 2013 at 6:13