diff --git a/plugin/gundo.vim b/plugin/gundo.vim index 1ce70f6..1ae4300 100644 --- a/plugin/gundo.vim +++ b/plugin/gundo.vim @@ -75,6 +75,7 @@ function! s:GundoOpenBuffer() if existing_gundo_buffer == -1 exe bufwinnr(bufnr('__Gundo_Preview__')) . "wincmd w" + exe "new __Gundo__" call s:GundoResizeBuffers(winnr()) nnoremap