Update docs
This commit is contained in:
parent
e5dc5f23b8
commit
f30e9b19ca
@ -22,6 +22,7 @@ CONTENTS *Gundo-contents*
|
||||
3.10 gundo_auto_preview ........ |gundo_auto_preview|
|
||||
3.11 gundo_playback_delay ...... |gundo_playback_delay|
|
||||
3.12 gundo_return_on_revert .... |gundo_return_on_revert|
|
||||
3.13 gundo_prefer_python3 ...... |gundo_prefer_python3|
|
||||
4. License ......................... |GundoLicense|
|
||||
5. Bugs ............................ |GundoBugs|
|
||||
6. Contributing .................... |GundoContributing|
|
||||
@ -234,10 +235,17 @@ Set this to 0 to keep focus in the Gundo window after a revert.
|
||||
|
||||
Default: 1
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
3.13 g:gundo_prefer_python3 *gundo_prefer_python3*
|
||||
|
||||
Set this to 1 to have Gundo use Python 3 instead of 2 when available.
|
||||
|
||||
Default: 0
|
||||
|
||||
==============================================================================
|
||||
4. License *GundoLicense*
|
||||
|
||||
GPLv2+. Look it up.
|
||||
GPLv2+, just like Mercurial.
|
||||
|
||||
==============================================================================
|
||||
5. Bugs *GundoBugs*
|
||||
@ -257,6 +265,10 @@ GitHub: http://github.com/sjl/gundo.vim/
|
||||
==============================================================================
|
||||
7. Changelog *GundoChangelog*
|
||||
|
||||
v2.6.2
|
||||
* Fix to deal with backwards-incompatible change in Python 3.5's difflib.
|
||||
v2.6.1
|
||||
* Add Neovim support.
|
||||
v2.6.0
|
||||
* Fix several Python-related bugs.
|
||||
* Add g:gundo_return_on_revert option.
|
||||
|
@ -409,6 +409,20 @@ let g:gundo_right = 1
|
||||
<h1>Changelog</h1>
|
||||
|
||||
<ol class="changelog">
|
||||
<li>v2.6.2
|
||||
<ul>
|
||||
<li>
|
||||
Fix to deal with backwards-incompatible change in Python 3.5's difflib.
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>v2.6.1
|
||||
<ul>
|
||||
<li>
|
||||
Add Neovim support.
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>v2.6.0
|
||||
<ul>
|
||||
<li>
|
||||
@ -546,18 +560,5 @@ let g:gundo_right = 1
|
||||
with a lot of help from others.
|
||||
</footer>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
var _gauges = _gauges || [];
|
||||
(function() {
|
||||
var t = document.createElement('script');
|
||||
t.type = 'text/javascript';
|
||||
t.async = true;
|
||||
t.id = 'gauges-tracker';
|
||||
t.setAttribute('data-site-id', '4f843f8c613f5d65280000e6');
|
||||
t.src = '//secure.gaug.es/track.js';
|
||||
var s = document.getElementsByTagName('script')[0];
|
||||
s.parentNode.insertBefore(t, s);
|
||||
})();
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user