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*
|
||||
|
||||
v2.6.0
|
||||
* Fix several Python-related bugs.
|
||||
* Add g:gundo_return_on_revert option.
|
||||
v2.5.0
|
||||
* Fix the help window to take custom mappings into account.
|
||||
* Add g:gundo_playback_delay option.
|
||||
|
@ -409,6 +409,16 @@ let g:gundo_right = 1
|
||||
<h1>Changelog</h1>
|
||||
|
||||
<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
|
||||
<ul>
|
||||
<li>
|
||||
|
Loading…
Reference in New Issue
Block a user