Go to file
Maciej Konieczny fc9daff259 Fix window positions.
Graph and diff windows were swapped if user set `splitbelow` to 1:

    :set splitbelow    :set nosplitbelow

       +---+---+           +---+---+
       | D |   |           | G |   |
       +---+ S |           +---+ S |
       | G |   |           | D |   |
       +---+---+           +---+---+

     D - diff,  G - graph,  S - source

This commit fixes this -- now diff is displayed below graph regardless of
`splitbelow` setting.
2011-05-25 23:57:18 +02:00
doc Document the new close_on_revert setting. 2011-05-09 18:10:05 -04:00
plugin Fix window positions. 2011-05-25 23:57:18 +02:00
site Document the new close_on_revert setting. 2011-05-09 18:10:05 -04:00
tests Make the testing symlinks relative. 2011-05-09 18:31:54 -04:00
.hgignore Add ".DS_Store" to .hgignore. 2010-11-10 19:50:17 -05:00
.hgtags Added tag v2.1.1 for changeset dc582486455b 2011-03-13 16:21:33 -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.