mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-13 05:43:52 -05:00
Scrolling with win_execute() works fine while the command is running, but once the job has finished, it fails to update the viewport until the window is focused. I don't get it. It's not like the window knows a job is running. The only obvious trigger I could find is that 'nobuflisted' is set once once the job completes, but even disabling that behavior fails to rectify the problem. Screw it, manual focus bouncing for everyone. References: https://github.com/tpope/vim-fugitive/issues/1832