# HG changeset patch # User Steve Losh # Date 1287614595 14400 # Node ID d625599c46673e6ffb6f82ffcd669182175a2f72 # Parent 185144163660bd24bc4d572a1017e09320394642 Add a g:gundo_debug flag to disable the loading trap to keep my sanity. diff -r 185144163660 -r d625599c4667 plugin/gundo.vim --- 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