Moar.
This commit is contained in:
parent
9489f42efe
commit
08bd9b260c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user