summaryrefslogtreecommitdiff
path: root/test/shell/prompt-shell-script-completion/rc
diff options
context:
space:
mode:
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>}
+}