summaryrefslogtreecommitdiff
path: root/test/shell/prompt-shell-script-candidates/rc
AgeCommit message (Collapse)Author
2023-11-14Make shell-script-candidates completer run in the backgroundMaxime Coste
Read output from the script as it comes and update the candidate list progressively. Disable updating of the list when a completion has been explicitely selected.
2019-03-24Add support for -shell-script-* completion in :promptMaxime Coste
Fixes #2754