commit c71408d5c115b0ce548d5893491bb2539c8ea7af (tree) parent 51569b5ea27c38afcd2c9df076e517e5441ac41f Author: Tim Pope <code@tpope.net> Date: Sun, 18 Oct 2009 19:54:30 -0400 Fix tab restoration edge case in :Gwrite Diffstat:
| M | plugin/fugitive.vim | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plugin/fugitive.vim b/plugin/fugitive.vim @@ -591,7 +591,7 @@ function! s:Write(force,...) abort let did = 1 finally wincmd p - execute 'tabnext '.tab + execute 'tabnext '.mytab endtry endif endfor