Increment version.

This commit is contained in:
Steve Losh 2011-05-27 10:51:50 -04:00
parent 32019def8f
commit 8e6665e3b4
2 changed files with 4 additions and 0 deletions

View File

@ -221,6 +221,7 @@ GitHub: http://github.com/sjl/gundo.vim/
v2.2.0
* Add the g:gundo_close_on_revert setting.
* Fix a bug with the splitbelow setting.
v2.1.1
* Fix a bug with the movement key mappings.
v2.1.0

View File

@ -372,6 +372,9 @@ let g:gundo_right = 1
<li>
Add the <code>g:gundo_close_on_revert</code> setting.
</li>
<li>
Fix a bug with the <code>splitbelow</code> setting.
</li>
</ul>
</li>
<li>v2.1.1