Skip to content

dsummersl/gundo.vim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim-mundo

A Vim plugin to visualizes the Vim undo tree.


How is this different than other plugins?

Mundo is a fork of Gundo, and it has bunch of improvements.

What's your further plan?

  • Make faster
  • Automated test

Requirements

  • 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

Contributing to Mundo

Tagging in the issue tracker

When submitting pull requests (commonly referred to as "PRs"), include one of the following tags prepended to the title:

  • [WIP] - Work In Progress: the PR will change, so while there is no immediate need for review, the submitter still might appreciate it.
  • [RFC] - Request For Comment: the PR needs reviewing and/or comments.
  • [RDY] - Ready: the PR has been reviewed by at least one other person and has no outstanding issues.

Assuming the above criteria has been met, feel free to change your PR's tag yourself, as opposed to waiting for a contributor to do it for you.

Unit tests

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.

Packages

No packages published

Languages

  • Vim Script 85.3%
  • Python 14.6%
  • Shell 0.1%