# HG changeset patch # User Steve Losh # Date 1287514665 14400 # Node ID a96b5f91ecbf504ac1760a888ab4b102b53f32a1 # Parent b01d889ef2d7fe4ba4e1733fdea1126e9a5a4b3d Uncomment the loaded trap. diff -r b01d889ef2d7 -r a96b5f91ecbf plugin/gundo.vim --- a/plugin/gundo.vim Tue Oct 19 14:57:02 2010 -0400 +++ b/plugin/gundo.vim Tue Oct 19 14:57:45 2010 -0400 @@ -10,11 +10,11 @@ "{{{ Init -"if exists('loaded_gundo') || &cp - "finish -"endif +if exists('loaded_gundo') || &cp + finish +endif -"let loaded_gundo = 1 +let loaded_gundo = 1 let s:warning_string = "Gundo requires that Vim be compiled with Python 2.4+"