# HG changeset patch # User Steve Losh # Date 1276235378 14400 # Node ID 971a80a9a4990166664e08c0101a60363f346974 # Parent a4a20a2f74558158004e31130f07be9d534d16ce vim: start gundo diff -r a4a20a2f7455 -r 971a80a9a499 vim/bundle/gundo/plugin/gundo.vim --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/vim/bundle/gundo/plugin/gundo.vim Fri Jun 11 01:49:38 2010 -0400 @@ -0,0 +1,15 @@ +" if exists('loaded_gundo') +" finish +" endif +" let loaded_gundo = 1 + +if !hasmapto('Gundo') + map u GundoShowGraph +endif + +noremap