This commit is contained in:
Steve Losh 2010-10-08 21:33:51 -04:00
parent 9489f42efe
commit 08bd9b260c

View File

@ -16,7 +16,7 @@
"let loaded_gundo = 1
if !exists('g:gundo_width')
let g:gundo_width = 20
let g:gundo_width = 40
endif
function! s:GundoOpenBuffer()
@ -44,12 +44,13 @@ endfunction
function! s:GundoToggle()
if expand('%') == "__Gundo__"
quit
exe s:gundo_back . "wincmd w"
else
let s:gundo_back = winnr()
GundoRender
endif
endfunction
function! s:GundoMarkBuffer()
setlocal buftype=nofile
setlocal bufhidden=hide