Uncomment the loaded trap.
    
        | author | Steve Losh <steve@stevelosh.com> | 
    
        | date | Tue, 19 Oct 2010 14:57:45 -0400 | 
    
    
        | parents | b01d889ef2d7 | 
    
        | children | 126770526e07 | 
    
        | branches/tags | (none) | 
    
        | files | plugin/gundo.vim | 
Changes
    
--- 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+"