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)
- Host: GitHub
- URL: https://github.com/mohitmun/spu.vim
- Owner: mohitmun
- Created: 2019-05-15T05:26:20.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-18T06:52:12.000Z (about 7 years ago)
- Last Synced: 2025-02-27T04:50:06.806Z (over 1 year ago)
- Language: Vim script
- Size: 8.79 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.