mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-08 11:33:47 -05:00
Fix focus bug on reloading multiple :Gstatus buffers
This commit is contained in:
@@ -1849,6 +1849,7 @@ function! fugitive#ReloadStatus(...) abort
|
||||
endif
|
||||
finally
|
||||
if exists('restorewinnr')
|
||||
unlet restorewinnr
|
||||
wincmd p
|
||||
endif
|
||||
execute 'tabnext '.mytab
|
||||
|
||||
Reference in New Issue
Block a user