1
0
mirror of https://github.com/gryf/.vim.git synced 2026-03-06 01:55:59 +01:00

Updated gundo and buffergator. Corrected gui/terminal behaviour.

This commit is contained in:
2011-06-29 18:02:58 +02:00
parent e9edb80148
commit fdca6a6099
8 changed files with 682 additions and 617 deletions

View File

@@ -1,6 +1,6 @@
*gundo.txt* Graph your undo tree so you can actually USE it.
Making's Vim's undo tree usable by humans.
Making Vim's undo tree usable by humans.
==============================================================================
CONTENTS *Gundo-contents*
@@ -219,6 +219,8 @@ GitHub: http://github.com/sjl/gundo.vim/
==============================================================================
7. Changelog *GundoChangelog*
v2.2.1
* Refactoring and performance improvements.
v2.2.0
* Add the g:gundo_close_on_revert setting.
* Fix a bug with the splitbelow setting.