diff options
| author | Thiago de Arruda <tpadilha84@gmail.com> | 2015-03-18 22:42:19 -0300 |
|---|---|---|
| committer | Thiago de Arruda <tpadilha84@gmail.com> | 2015-03-18 22:42:19 -0300 |
| commit | 608d709fa0878cbc4ff7386badc81fdfcc66234a (patch) | |
| tree | fc861fa278e095a38d4b39bb9ac736321446b6da /src/nvim/os/shell.c | |
| parent | a0f2961b4fc2beabf1266faef0f543afdffd45f8 (diff) | |
| parent | 4d63d9917482a7d7a002bf7688233a675b76cd3e (diff) | |
| download | rneovim-608d709fa0878cbc4ff7386badc81fdfcc66234a.tar.gz rneovim-608d709fa0878cbc4ff7386badc81fdfcc66234a.tar.bz2 rneovim-608d709fa0878cbc4ff7386badc81fdfcc66234a.zip | |
Merge PR #2182 'Improve ui/busy handling and early input reading'
Diffstat (limited to 'src/nvim/os/shell.c')
| -rw-r--r-- | src/nvim/os/shell.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/os/shell.c b/src/nvim/os/shell.c index 290d6a9ec9..6fcb62a5f3 100644 --- a/src/nvim/os/shell.c +++ b/src/nvim/os/shell.c @@ -241,6 +241,7 @@ static int shell(const char *cmd, // invoke busy_start here so event_poll_until wont change the busy state for // the UI ui_busy_start(); + ui_flush(); status = job_wait(job, -1); ui_busy_stop(); |
