Uncomment the loaded trap.

This commit is contained in:
Steve Losh 2010-10-19 14:57:45 -04:00
parent ca682f6f9e
commit 2a12b4883f

View File

@ -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+"