Skip to content

Stebalien/vim-mundo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim-mundo

Gundo.vim is Vim plugin to visualize your Vim undo tree.

Maintainer of Gundo.vim looks tired. This is my own fork of it.

What's the difference?

What's your further plan?

  • Merge more reasonable pull requests
  • Make faster
  • Automated test

Do you have any plan to diverge from upstream?

  • Not yet. It'll always be downstream of original

Requirements

  • Vim ≥ 7.3 with +python
        or
    Neovim

  • Python ≥ 2.4

Recommended vimrc settings:

" Enable persistent undo so that undo history persists across vim sessions
set undofile
set undodir=~/.vim/undo

Testing

The tests appear to be broken in tests/. Tests unit tests can be run with nose:

cd autoload
nosetests

GPLv2+

Packages

No packages published

Languages

  • Vim Script 85.2%
  • Python 14.7%
  • Shell 0.1%