Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 3 commits into from
Jul 9, 2024

Commits on Jul 8, 2024

  1. Allow pressing 'q' to abort the process; and 'R' to retry

    If you press 'q' while `PlugInstall` or `PlugUpdate` is in progress,
    the current version of vim-plug immediately closes its window and aborts
    all the running processes.
    
    This commit enhances the 'q' map so that it doesn't close the window,
    but instead displays aborted tasks so that the user can press 'R' to
    retry aborted/skipped tasks.
    
    Fix #1285
    junegunn committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    72f3455 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. fixup

    junegunn committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    118876f View commit details
    Browse the repository at this point in the history
  2. README

    junegunn committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    d0e0e6a View commit details
    Browse the repository at this point in the history