Update changelog and site
This commit is contained in:
parent
958803355c
commit
ab2419f220
@ -257,6 +257,9 @@ GitHub: http://github.com/sjl/gundo.vim/
|
|||||||
==============================================================================
|
==============================================================================
|
||||||
7. Changelog *GundoChangelog*
|
7. Changelog *GundoChangelog*
|
||||||
|
|
||||||
|
v2.6.0
|
||||||
|
* Fix several Python-related bugs.
|
||||||
|
* Add g:gundo_return_on_revert option.
|
||||||
v2.5.0
|
v2.5.0
|
||||||
* Fix the help window to take custom mappings into account.
|
* Fix the help window to take custom mappings into account.
|
||||||
* Add g:gundo_playback_delay option.
|
* Add g:gundo_playback_delay option.
|
||||||
|
@ -409,6 +409,16 @@ let g:gundo_right = 1
|
|||||||
<h1>Changelog</h1>
|
<h1>Changelog</h1>
|
||||||
|
|
||||||
<ol class="changelog">
|
<ol class="changelog">
|
||||||
|
<li>v2.6.0
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
Fix several Python-related bugs.
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
Add <code>g:gundo_return_on_revert</code> option.
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
<li>v2.5.0
|
<li>v2.5.0
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
|
Loading…
Reference in New Issue
Block a user