mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-10 04:23:46 -05:00
Fix tab restoration edge case in :Gwrite
This commit is contained in:
@@ -591,7 +591,7 @@ function! s:Write(force,...) abort
|
|||||||
let did = 1
|
let did = 1
|
||||||
finally
|
finally
|
||||||
wincmd p
|
wincmd p
|
||||||
execute 'tabnext '.tab
|
execute 'tabnext '.mytab
|
||||||
endtry
|
endtry
|
||||||
endif
|
endif
|
||||||
endfor
|
endfor
|
||||||
|
|||||||
Reference in New Issue
Block a user