summaryrefslogtreecommitdiff
path: root/test/shell
AgeCommit message (Collapse)Author
2024-10-22Add missing test fileMaxime Coste
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
2024-08-14More test timing fixMaxime Coste
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.
2020-03-02Expand env vars as list of stringsMaxime Coste
This makes it possible to do :select `%val{selections_decs}` and to correctly combine $kak_quoted with those.
2019-06-27Fix quoting of tuple optionsMaxime Coste
Fixes #2990
2019-06-23Fix tests with new opt-in quotingMaxime Coste
2019-03-24Add support for -shell-script-* completion in :promptMaxime Coste
Fixes #2754
2018-08-29Use shell specific quoting for env varsMaxime Coste
Add a test case to validate roundtrips between Kakoune and the shell.