Don't wipe status buffer

This was to address #105, but the annoyance factor is too high to
justify keeping it.
This commit is contained in:
Tim Pope
2012-03-12 18:36:16 -04:00
parent 14735b470a
commit 168de6fbc5

View File

@@ -1883,7 +1883,10 @@ function! s:BufReadIndex()
endtry
set ft=gitcommit
endif
setlocal ro noma nomod noswapfile bufhidden=wipe
setlocal ro noma nomod noswapfile
if &bufhidden ==# ''
setlocal bufhidden=delete
endif
call s:JumpInit()
nunmap <buffer> P
nunmap <buffer> ~