summaryrefslogtreecommitdiff
path: root/test/shell/prompt-shell-script-completion/rc
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2019-03-24 19:20:29 +1100
committerMaxime Coste <mawww@kakoune.org>2019-03-24 19:28:46 +1100
commitb531bab1cef58fcebc6c786bd63d6217a135204d (patch)
tree7c68e57fd6bdeaf487a119147befb7ac40daf2db /test/shell/prompt-shell-script-completion/rc
parent045efdc49ed39f90d4a0be56b3a9e4896533e7e2 (diff)
Add support for -shell-script-* completion in :prompt
Fixes #2754
Diffstat (limited to 'test/shell/prompt-shell-script-completion/rc')
-rw-r--r--test/shell/prompt-shell-script-completion/rc3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/shell/prompt-shell-script-completion/rc b/test/shell/prompt-shell-script-completion/rc
new file mode 100644
index 00000000..3fd111ba
--- /dev/null
+++ b/test/shell/prompt-shell-script-completion/rc
@@ -0,0 +1,3 @@
+define-command foo %{
+ prompt -shell-script-completion %{ printf 'foo\nbar\nhaz\n' } ': ' %{exec i %val{text} <esc>}
+}