summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2018-10-06 10:47:23 +1000
committerMaxime Coste <mawww@kakoune.org>2018-10-06 10:47:23 +1000
commit5bdcfab018592ffa204f1b646f7249a506cd3e4d (patch)
tree93c3f5d149a47b2c11f35a4e4f2c75c0f7e18dc7 /test
parent0d20e57e29567ba3db09e098c2cb4a2dce8c2df5 (diff)
parentab6bc413586319e6a7c7cdd4f575e894af111e19 (diff)
Merge remote-tracking branch 'laelath/shell-command-completion'
Diffstat (limited to 'test')
-rw-r--r--test/regression/0-nothing-selected-on-prompt-initial-shift-tab/rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regression/0-nothing-selected-on-prompt-initial-shift-tab/rc b/test/regression/0-nothing-selected-on-prompt-initial-shift-tab/rc
index fa7913e2..53ad0d14 100644
--- a/test/regression/0-nothing-selected-on-prompt-initial-shift-tab/rc
+++ b/test/regression/0-nothing-selected-on-prompt-initial-shift-tab/rc
@@ -1 +1 @@
-def my-command -params 0..1 -shell-candidates %{ printf "aaa\nbbb\nccc" } %{ exec i %arg{1} <esc> }
+def my-command -params 0..1 -shell-script-candidates %{ printf "aaa\nbbb\nccc" } %{ exec i %arg{1} <esc> }