00c5f966ddac

gundo.vim: Update documentation.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Fri, 16 Dec 2016 13:20:20 -0500
parents 5597b54552e4
children f3fc28996523
branches/tags (none)
files gundo.vim/index.html

Changes

--- a/gundo.vim/index.html	Sun Nov 20 15:42:34 2016 +0000
+++ b/gundo.vim/index.html	Fri Dec 16 13:20:20 2016 -0500
@@ -409,6 +409,20 @@
                 <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 @@
                 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>