A Vim plugin to visualizes the Vim undo tree.
Mundo is a fork of Gundo, and it has bunch of improvements.
- Several new features:
- Ability to search undo history using /.
- An 'in line' diff mode.
- Navigation keys J and K to move thru written undos.
- Merged upstream pull requests:
- Neovim support
- Make faster
- Automated test
- Vim ≥ 7.3 or Neovim
+python3
or+python
compile option- Python ≥ 2.4
Recommended vim settings:
" Enable persistent undo so that undo history persists across vim sessions
set undofile
set undodir=~/.vim/undo
Tests unit tests can be run with nose:
cd autoload
nosetests
vim-mundo is primarily distributed under the terms of the GNU General Public License, version 2 or any later version. See COPYRIGHT for details.