motiejus/dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone https://git.jakstys.lt/motiejus/dotfiles.git
Log | Tree | Refs | README | LICENSE

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:
Mplugin/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