diff --git a/plugin/gundo.vim b/plugin/gundo.vim index 54c0a9d..085bea4 100644 --- a/plugin/gundo.vim +++ b/plugin/gundo.vim @@ -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+"