# HG changeset patch # User Steve Losh # Date 1288362025 14400 # Node ID ea4ad69db202a4c43d164818e9091b1f89ee734b # Parent 5d826960dd32768fbe03f3b969ccda29e7331c7f README adjustments. diff -r 5d826960dd32 -r ea4ad69db202 README.markdown --- a/README.markdown Fri Oct 29 09:49:44 2010 -0400 +++ b/README.markdown Fri Oct 29 10:20:25 2010 -0400 @@ -3,9 +3,6 @@ Gundo.vim is Vim plugin to visualize your Vim undo tree. -Current status: Beta. It might eat your data. Be careful. -========================================================= - Preview ------- @@ -13,7 +10,9 @@ gundo -Screencast: [http://screenr.com/M9l](http://screenr.com/M9l) +Screencast: + +### [http://screenr.com/M9l](http://screenr.com/M9l) Requirements @@ -28,6 +27,12 @@ Use [Pathogen][]. Don't use pathogen? Start. + hg clone http://bitbucket.org/sjl/gundo.vim ~/.vim/bundle/gundo + +There's a git mirror if you prefer: + + git clone http://github.com/sjl/gundo.vim.git ~/.vim/bundle/gundo + Add a mapping to your `~/.vimrc` (change the key to suit your taste): nnoremap :GundoToggle