Fix tab restoration edge case in :Gwrite
This commit is contained in:
parent
51569b5ea2
commit
c71408d5c1
@ -591,7 +591,7 @@ function! s:Write(force,...) abort
|
||||
let did = 1
|
||||
finally
|
||||
wincmd p
|
||||
execute 'tabnext '.tab
|
||||
execute 'tabnext '.mytab
|
||||
endtry
|
||||
endif
|
||||
endfor
|
||||
|
Loading…
Reference in New Issue
Block a user