summaryrefslogtreecommitdiff
path: root/test/shell/prompt-shell-script-completion/cmd
AgeCommit message (Collapse)Author
2024-10-22Run shell-script-completions asynchronouslyMaxime Coste
Share most logic with shell-script-candidates. Now that we do not block we can run the completion script implicitely instead of waiting for an explicit completion request with <tab>. Fixes #5245
2019-03-24Add support for -shell-script-* completion in :promptMaxime Coste
Fixes #2754