Plugins: undo history

This commit is contained in:
Marco Hinz 2016-01-05 18:01:42 +01:00
parent ee1d15562b
commit 6e55e7a85c

View File

@ -28,6 +28,7 @@
- [Version control](#version-control) - [Version control](#version-control)
- [Statusline](#statusline) - [Statusline](#statusline)
- [Taking notes](#taking-notes) - [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) - [journal](https://github.com/junegunn/vim-journal)
- [notes](https://github.com/xolox/vim-notes) - [notes](https://github.com/xolox/vim-notes)
- [vimwiki](https://github.com/vimwiki/vimwiki) - [vimwiki](https://github.com/vimwiki/vimwiki)
#### Undo history
- [gundo](https://github.com/sjl/gundo.vim)
- [undotree](https://github.com/mbbill/undotree)