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

Honor spaces in autocomplete candidates #1759

Merged
merged 8 commits into from
Oct 31, 2022
Merged

Commits on Jul 28, 2022

  1. Fixes remkop#1754

     - Both positional params and option candidates are now stored in the autocomplete script as an array.
     - By setting `IFS=$'\n'` for those scenarios, each array entry is treated as a single candidate,
    allowing to honor any spaces in the original suggestions coded by the user.
    jsotuyod committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    4bc3a48 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. Configuration menu
    Copy the full SHA
    568fc33 View commit details
    Browse the repository at this point in the history
  2. Update tests to pass

    jsotuyod committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    eb1a7c8 View commit details
    Browse the repository at this point in the history
  3. Fix usage example

     - Actually parse the values into a COMPREPLY array
    jsotuyod committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    5c00bc0 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. Configuration menu
    Copy the full SHA
    aed23ba View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. Configuration menu
    Copy the full SHA
    37f5849 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10e97ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de32d72 View commit details
    Browse the repository at this point in the history