summaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-10-27 17:38:41 -0400
committerJesse Luehrs <doy@tozt.net>2013-10-27 18:16:15 -0400
commit506dfa00da0ff2bd3ad09a389f29a263a86dc0c7 (patch)
tree01152b245997cb2704d5c8f622f0d4684185e948 /vimrc
parentfb2f1e605cec9390c92bf76e4b716b71c13d1ef3 (diff)
downloadconf-506dfa00da0ff2bd3ad09a389f29a263a86dc0c7.tar.gz
conf-506dfa00da0ff2bd3ad09a389f29a263a86dc0c7.zip
don't auto preview in gundo, it's slow
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index b747480..39331f8 100644
--- a/vimrc
+++ b/vimrc
@@ -652,6 +652,7 @@ if has("python")
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