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
|
let did = 1
|
||||||
finally
|
finally
|
||||||
wincmd p
|
wincmd p
|
||||||
execute 'tabnext '.tab
|
execute 'tabnext '.mytab
|
||||||
endtry
|
endtry
|
||||||
endif
|
endif
|
||||||
endfor
|
endfor
|
||||||
|
Loading…
Reference in New Issue
Block a user