Added :GundoHide & :GundoShow for easier scripting
This commit is contained in:
parent
12b6f67aeb
commit
50092711ff
@ -311,6 +311,14 @@ function! s:GundoToggle()"{{{
|
|||||||
endif
|
endif
|
||||||
endfunction"}}}
|
endfunction"}}}
|
||||||
|
|
||||||
|
function! s:GundoShow()"{{{
|
||||||
|
call s:GundoOpen()
|
||||||
|
endfunction"}}}
|
||||||
|
|
||||||
|
function! s:GundoHide()"{{{
|
||||||
|
call s:GundoClose()
|
||||||
|
endfunction"}}}
|
||||||
|
|
||||||
"}}}
|
"}}}
|
||||||
|
|
||||||
"{{{ Gundo mouse handling
|
"{{{ Gundo mouse handling
|
||||||
|
@ -18,5 +18,7 @@ let loaded_gundo = 1"}}}
|
|||||||
|
|
||||||
"{{{ Misc
|
"{{{ Misc
|
||||||
command! -nargs=0 GundoToggle call gundo#GundoToggle()
|
command! -nargs=0 GundoToggle call gundo#GundoToggle()
|
||||||
|
command! -nargs=0 GundoShow call gundo#GundoShow()
|
||||||
|
command! -nargs=0 GundoHide call gundo#GundoHide()
|
||||||
command! -nargs=0 GundoRenderGraph call gundo#GundoRenderGraph()
|
command! -nargs=0 GundoRenderGraph call gundo#GundoRenderGraph()
|
||||||
"}}}
|
"}}}
|
||||||
|
Loading…
Reference in New Issue
Block a user