Update changelog.
This commit is contained in:
parent
d714647186
commit
e7a1ecf244
@ -211,6 +211,8 @@ GitHub: http://github.com/sjl/gundo.vim/
|
|||||||
==============================================================================
|
==============================================================================
|
||||||
7. Changelog *GundoChangelog*
|
7. Changelog *GundoChangelog*
|
||||||
|
|
||||||
|
v2.1.1
|
||||||
|
* Fix a bug with the movement key mappings.
|
||||||
v2.1.0
|
v2.1.0
|
||||||
* Warnings about having an incompatible Vim and/or Python installation
|
* Warnings about having an incompatible Vim and/or Python installation
|
||||||
are now deferred until the first time you try to use Gundo, instead
|
are now deferred until the first time you try to use Gundo, instead
|
||||||
|
@ -359,7 +359,13 @@ let g:gundo_right = 1
|
|||||||
<h1>Changelog</h1>
|
<h1>Changelog</h1>
|
||||||
|
|
||||||
<ol class="changelog">
|
<ol class="changelog">
|
||||||
<li>v2.1.0
|
<li>v2.1.1
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
Fix a bug with the movement key mappings.
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li><li>v2.1.0
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
Warnings about having an incompatible Vim and/or
|
Warnings about having an incompatible Vim and/or
|
||||||
|
Loading…
Reference in New Issue
Block a user