junegunn / vim-plug

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

PlugUpdate revert #1256

Closed elementdavv closed 1 year ago

elementdavv commented 1 year 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 1 year ago

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