From b4099e568a9aacec53eac2dbf63905fdf5658a41 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Fri, 2 Sep 2011 14:59:30 -0400 Subject: [PATCH] Wipe :Gstatus on closure References #105 --- plugin/fugitive.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/fugitive.vim b/plugin/fugitive.vim index 4d8fd4e..7f38829 100644 --- a/plugin/fugitive.vim +++ b/plugin/fugitive.vim @@ -1794,7 +1794,7 @@ function! s:BufReadIndex() endtry set ft=gitcommit endif - setlocal ro noma nomod nomodeline bufhidden=delete + setlocal ro noma nomod nomodeline bufhidden=wipe call s:JumpInit() nunmap P nunmap ~