commit 3aaeaca87b5ab2aa7f13bc56630e906d8a71f0d3 (tree) parent 59f104075c02669e9145e827b0ff15094b9bb36a Author: Tim Pope <code@tpope.net> Date: Thu, 7 Mar 2019 20:01:28 -0500 Fix restore of sequence editor Diffstat:
| M | autoload/fugitive.vim | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/autoload/fugitive.vim b/autoload/fugitive.vim @@ -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