mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-14 06:13:51 -05:00
Fix restore of sequence editor
This commit is contained in:
@@ -2906,7 +2906,7 @@ function! s:Merge(cmd, bang, mods, args, ...) abort
|
|||||||
let $GIT_EDITOR = old_editor
|
let $GIT_EDITOR = old_editor
|
||||||
endif
|
endif
|
||||||
if exists('old_sequence_editor')
|
if exists('old_sequence_editor')
|
||||||
let $GIT_SEQUENCE_EDITOR = old_editor
|
let $GIT_SEQUENCE_EDITOR = old_sequence_editor
|
||||||
endif
|
endif
|
||||||
execute cdback
|
execute cdback
|
||||||
endtry
|
endtry
|
||||||
|
|||||||
Reference in New Issue
Block a user