summaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc7
1 files changed, 1 insertions, 6 deletions
diff --git a/vimrc b/vimrc
index 7820c24..9b6c8ad 100644
--- a/vimrc
+++ b/vimrc
@@ -709,14 +709,9 @@ nnoremap <silent>ft :Denite -direction=dynamictop filetype<CR>
" go
" gundo {{{
if has("python")
- function! s:gundo()
- GundoToggle
- endfunction
- nnoremap <silent>U :silent call <SID>gundo()<CR>
+ nnoremap <silent>U :silent GundoToggle<CR>
let g:gundo_help = 0
let g:gundo_preview_bottom = 1
- let g:gundo_width = 30
- let g:gundo_auto_preview = 0
else
let g:gundo_disable = 1
endif