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 completers to disable unwanted shell behaviors #414

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Jan 17, 2024

  1. Control addition of space after completion in bash and zsh

    (cherry picked from commit 7c3b764)
    roberth committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    659c018 View commit details
    Browse the repository at this point in the history
  2. Control special file/directory behavior in completions

    (cherry picked from commit ba0d981)
    roberth committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    133c563 View commit details
    Browse the repository at this point in the history
  3. Add completion protocol version for backcompat

    (cherry picked from commit af10154)
    roberth committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    fa008aa View commit details
    Browse the repository at this point in the history
  4. Test v1 completion protocol

    (cherry picked from commit 9934680)
    roberth committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    77d7248 View commit details
    Browse the repository at this point in the history
  5. CompletionItemOptions: make mempty minimal, add legacyCompletionItemO…

    …ptions
    
    (cherry picked from commit 6df28c2)
    roberth committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    15ce2aa View commit details
    Browse the repository at this point in the history