chrisbra / Recover.vim

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

fix cutting off first char when not newline #72

Closed anjiro closed 2 years ago

anjiro commented 2 years ago

Fixes #71.

krisgry commented 2 years ago

Very satisfying to find that there already was a fix for this, made 3 hours before I discovered the problem! I have tested it (somewhat), and it seems to work.

Thank you @anjiro and thank you open source :smile: (also thank you @chrisbra for this very useful plugin)

chrisbra commented 2 years ago

Oh, I didn't notice. Thanks for the PR, ready to merge!