Add a g:gundo_debug flag to disable the loading trap to keep my sanity.
author |
Steve Losh <steve@stevelosh.com> |
date |
Wed, 20 Oct 2010 18:43:15 -0400 (2010-10-20) |
parents |
185144163660
|
children |
d7bc85ee64e4
|
branches/tags |
(none) |
files |
plugin/gundo.vim |
Changes
--- a/plugin/gundo.vim Wed Oct 20 18:33:48 2010 -0400
+++ b/plugin/gundo.vim Wed Oct 20 18:43:15 2010 -0400
@@ -10,7 +10,7 @@
"{{{ Init
-if exists('loaded_gundo') || &cp
+if !exists('g:gundo_debug') && (exists('loaded_gundo') || &cp)
finish
endif