Prepare docs for release.
This commit is contained in:
parent
8f297bffde
commit
e04b22d7c6
@ -199,14 +199,14 @@ GitHub: http://github.com/sjl/gundo.vim/
|
|||||||
==============================================================================
|
==============================================================================
|
||||||
7. Changelog *GundoChangelog*
|
7. Changelog *GundoChangelog*
|
||||||
|
|
||||||
Development version
|
v2.0.0
|
||||||
* Add the g:gundo_disable setting.
|
|
||||||
* Fix movement commands with counts in the graph.
|
|
||||||
* Make GundoToggle close the Gundo windows if they're visible but not the
|
* Make GundoToggle close the Gundo windows if they're visible but not the
|
||||||
current window, instead of moving to them.
|
current window, instead of moving to them.
|
||||||
|
* Add the g:gundo_help setting.
|
||||||
|
* Add the g:gundo_disable setting.
|
||||||
* Add the 'p' mapping to preview the result of reverting to the selected
|
* Add the 'p' mapping to preview the result of reverting to the selected
|
||||||
state.
|
state.
|
||||||
* Add the g:gundo_help setting.
|
* Fix movement commands with counts in the graph.
|
||||||
v1.0.0
|
v1.0.0
|
||||||
* Initial stable release.
|
* Initial stable release.
|
||||||
|
|
||||||
|
@ -199,14 +199,14 @@
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Pressing return on a state (or double clicking on it) will revert the contents
|
Pressing <code>return</code> on a state (or double clicking on it) will
|
||||||
of the file to match that state.
|
revert the contents of the file to match that state.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
You can use p on a state to make the preview window show the diff between
|
You can use <code>p</code> on a state to make the preview window show the
|
||||||
your current state and the selected state, instead of a preview of what the
|
diff between your current state and the selected state, instead of a preview
|
||||||
selected state changed.
|
of what the selected state changed.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
@ -342,16 +342,19 @@ let g:gundo_right = 1
|
|||||||
<h1>Changelog</h1>
|
<h1>Changelog</h1>
|
||||||
|
|
||||||
<ol class="changelog">
|
<ol class="changelog">
|
||||||
<li>Development version
|
<li>v2.0.0
|
||||||
<ul>
|
<ul>
|
||||||
<li>Add the <code>g:gundo_disable</code> setting.</li>
|
|
||||||
<li>Fix movement commands with counts in the graph.</li>
|
|
||||||
<li>
|
<li>
|
||||||
Make GundoToggle close the Gundo windows if they're
|
Make <code>GundoToggle</code> close the Gundo windows if they're
|
||||||
visible but not the current window, instead of
|
visible but not the current window, instead of moving to them.
|
||||||
moving to them.
|
|
||||||
</li>
|
</li>
|
||||||
<li>Add the g:gundo_help setting.</li>
|
<li>Add the <code>g:gundo_disable</code> setting.</li>
|
||||||
|
<li>Add the <code>g:gundo_help</code> setting.</li>
|
||||||
|
<li>
|
||||||
|
Add the <code>p</code> mapping to preview the result of
|
||||||
|
reverting to the selected state.
|
||||||
|
</li>
|
||||||
|
<li>Fix movement commands with counts in the graph.</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li>v1.0.0
|
<li>v1.0.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user