Skip to content

Vim plugin to clear undo history for current (or specified) buffer(s)

License

Notifications You must be signed in to change notification settings

thedward/vim-undoclear

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vim-undoclear

This is a very simple vim plugin that adds the command :UndoClear.

Usage

To reset the history of the current (%) buffer:

:UndoClear

To reset the history of the alternate (#) buffer:

:UndoClear #

Installation

If manage your vim plugins with pathogen then installation is as simple as:

$ cd ~/.vim/bundle && git clone https://github.com/thedward/vim-undoclear.git

Otherwise, consult your plugin manager's documentation (or your vim documentation if you do not use a plugin manager)

About

Vim plugin to clear undo history for current (or specified) buffer(s)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published