An open API service indexing awesome lists of open source software.

https://github.com/mohitmun/spu.vim

Super persistent undo (keeps undotree even after file changed outside vim)
https://github.com/mohitmun/spu.vim

Last synced: 8 months ago
JSON representation

Super persistent undo (keeps undotree even after file changed outside vim)

Awesome Lists containing this project

README

          

# spu.vim (EXPERIMENAL, you might endup lossing whole file) (it works on my machine)
Super persistent undo (keeps undotree even after file changed outside vim)

Fixes ([from](https://stackoverflow.com/a/16975959/2577465))
> However, note that if a file is modified externally without Vim, Vim will not be able to read the undo history back when you start editing the file again and the undo tree information will be lost. There is no way to get it back.