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

Doesn't work if set shortmess+=F #55

Closed ghost closed 6 years ago

ghost commented 6 years ago

The plugin does not display the dialog if I set shortmess+=F in my .vimrc It shows a blank screen instead

chrisbra commented 6 years ago

Hm, I wonder what shortmess+=F changes, that it doesn't work anymore. It doesn't look like it disables the recovery dialog so it should still work.

chrisbra commented 6 years ago

looks like this is a side effect of Vim not redrawing. The same happens when using :silent as stated in the documentation. I don't think this plugin can work around that. I even tried adding some additional :redraw! commands, but that did not do anything.