> ... > Reliable undo history in vim is vital for us. > ... May be not exactly what you want, but may be the script vimlocalhistory [1] can help in your use case... Warning: requires you to have ruby support compiled into your VIM.
The script saves all versions of the file, which you :write to the disk, into local git repository automatically. That way, you can use, for example: :VLHDiff 5 To see the differences with the 5th "predecessor" version of your file (i.e., written 5 times earlier). -- Anton [1] vimlocalhistory http://www.vim.org/scripts/script.php?script_id=2442 --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
