# HG changeset patch # User Steve Losh # Date 1286998009 14400 # Node ID a5cc91b6f479c03486c3e84f7e7b8927f50bdcc3 # Parent 2eb51ffb8401e1d5b8a3e7022e6cd42b90340344 Fix the pane opening. diff -r 2eb51ffb8401 -r a5cc91b6f479 plugin/gundo.vim --- a/plugin/gundo.vim Wed Oct 13 15:19:20 2010 -0400 +++ b/plugin/gundo.vim Wed Oct 13 15:26:49 2010 -0400 @@ -75,6 +75,7 @@ if existing_gundo_buffer == -1 exe bufwinnr(bufnr('__Gundo_Preview__')) . "wincmd w" + exe "new __Gundo__" call s:GundoResizeBuffers(winnr()) nnoremap