Vim Mundo Save

:christmas_tree: Vim undo tree visualizer

Project README

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 with +python3 or +python options
  • Neovim with pynvim installed
  • Python ≥ 2.4

Recommended vim settings:

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

Installation

It is recommended to use one of the popular plugin managers for Vim. There are many and you probably already have a preferred one, but a few examples for your copy-and-paste convenience:

Pathogen

$ git clone https://github.com/simnalamburt/vim-mundo ~/.vim/bundle/mundo.vim

Vundle

Plugin 'simnalamburt/vim-mundo'

NeoBundle

NeoBundle 'simnalamburt/vim-mundo'

Vim-Plug

Plug 'simnalamburt/vim-mundo'

Download the plugin and extract it in ~/.vim/ (or %PROGRAMFILES%/Vim/vimfiles on Windows).

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.

Open Source Agenda is not affiliated with "Vim Mundo" Project. README Source: simnalamburt/vim-mundo
Stars
777
Open Issues
28
Last Commit
1 month ago
License
Tags

Open Source Agenda Badge

Open Source Agenda Rating