Go to file
alvinfrancis 7d8047060d Add g:gundo_playback_delay option
Allow for the option for setting the delay (in milliseconds) to be used
by the GundoPlayTo function in calling vim's sleep command during play
back.
2013-04-15 22:45:52 +08:00
autoload Add g:gundo_playback_delay option 2013-04-15 22:45:52 +08:00
doc Add g:gundo_playback_delay option 2013-04-15 22:45:52 +08:00
plugin Added :GundoHide & :GundoShow for easier scripting 2011-12-31 17:37:13 -05:00
site Update help text a bit. 2012-06-02 17:28:40 -04:00
tests Make the testing symlinks relative. 2011-05-09 18:31:54 -04:00
.gitignore added gitignore with data from hgignore 2011-05-15 12:45:43 -04:00
.hgignore Add ".DS_Store" to .hgignore. 2010-11-10 19:50:17 -05:00
.hgtags Added tag v2.4.0 for changeset 25b74fe299c3 2012-06-02 17:29:02 -04:00
package.sh Add autoload/ to the packaging script. 2011-07-29 09:39:45 -04:00
README.markdown Clean up the README. 2010-11-10 11:23:42 -05:00

Flattr this

Gundo.vim is Vim plugin to visualize your Vim undo tree.

Preview

Screencast:

http://screenr.com/M9l

Screenshot:

gundo

Requirements

  • Vim 7.3+
  • Python support for Vim
  • Python 2.4+

Installation and Usage

Check out the project site for installation instructions.

License

GPLv2+, just like Mercurial.