9271614008
The recent change that introduced python3 support also made it the default python version used for Gundo. This caused a problem with certain versions of vim where upon toggling the Gundo window, we would be greeted with an error message: "This Vim cannot execute :py3 after using :python" This commit adds a g:gundo_prefer_python3 variable (default 0) that can be used to set a preference for python3. By default, python2 will be used. This also required moving the variable initialization code to the top, since just evaluating `has('python3')` seems to trigger the vim error. |
||
---|---|---|
autoload | ||
doc | ||
plugin | ||
site | ||
tests | ||
.gitignore | ||
.hgignore | ||
.hgtags | ||
package.sh | ||
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.