github junegunn/vim-plug 0.14.0

2 months ago

Allow pressing 'q' to abort the running tasks, then 'R' to retry (#1289)

In the previous versions of vim-plug, if you pressed 'q' while PlugInstall or PlugUpdate was in progress, vim-plug would immediately close its window and abort all the running processes.

This version enhances the 'q' map so that it doesn't immediately close the window, but instead displays the aborted tasks so that the user can press 'R' to retry the tasks.

image

Bug fixes

  • Fixed a bug where PlugClean would not work correctly when &shell is set to PowerShell (#1283)
  • Fixed PlugClean to not remove frozen plugins (#1152)

Don't miss a new vim-plug release

NewReleases is sending notifications on new releases.