From 6e55e7a85c49a67b63582f2b6d5a7d4ee57ae847 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Tue, 5 Jan 2016 18:01:42 +0100 Subject: [PATCH] Plugins: undo history --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ec4754f..acbc8b0 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ - [Version control](#version-control) - [Statusline](#statusline) - [Taking notes](#taking-notes) +- [Undo history](#undo-history) --- @@ -385,3 +386,8 @@ Also see [fuzzy finders](#fuzzy-finders). - [journal](https://github.com/junegunn/vim-journal) - [notes](https://github.com/xolox/vim-notes) - [vimwiki](https://github.com/vimwiki/vimwiki) + +#### Undo history + +- [gundo](https://github.com/sjl/gundo.vim) +- [undotree](https://github.com/mbbill/undotree)