junegunn / vim-plug

:hibiscus: Minimalist Vim Plugin Manager
https://junegunn.github.io/vim-plug/
MIT License
34.02k stars 1.93k forks source link

PlugUpdate revert #1256

Closed elementdavv closed 11 months ago

elementdavv commented 11 months ago

PlugUpdate command has make many plugins break. How can I revert them? Or are there any update log which I can get previous version of plugins?

junegunn commented 11 months ago

Run :PlugDiff and press X on each plugin block to revert the changes.