chrisbra / Recover.vim

A Plugin to show a diff, whenever recovering a buffer
http://www.vim.org/scripts/script.php?script_id=3068
248 stars 25 forks source link

Improve getting vim's recovery warning message #43

Closed HarmtH closed 8 years ago

HarmtH commented 8 years ago

With Neovim the old way of parsing gives terminal codes in the output. Vim can save its verbose output to a file, so use that instead. I think a nice side effect is that this approach also supports Windows, but I don't have a Windows machine to test it on.

chrisbra commented 8 years ago

thanks!