fc9daff259
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. |
||
---|---|---|
doc | ||
plugin | ||
site | ||
tests | ||
.hgignore | ||
.hgtags | ||
README.markdown |
Gundo.vim is Vim plugin to visualize your Vim undo tree.
Preview
Screencast:
http://screenr.com/M9l
Screenshot:
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.