mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-13 13:53: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
|
||||
endif
|
||||
if exists('old_sequence_editor')
|
||||
let $GIT_SEQUENCE_EDITOR = old_editor
|
||||
let $GIT_SEQUENCE_EDITOR = old_sequence_editor
|
||||
endif
|
||||
execute cdback
|
||||
endtry
|
||||
|
||||
Reference in New Issue
Block a user