summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2018-07-15 09:45:17 +1000
committerMaxime Coste <mawww@kakoune.org>2018-07-15 11:10:32 +1000
commitbde726d0342f32ff2e9cb464a351450a43ecea9f (patch)
treefc6164f391f8232fe8c92a0792f14aa97ac400fe /test
parent58c7b06e1d9e8a9e0cb12aace972b7d9119b7863 (diff)
Change autoshowcompl to auto_complete with insert|prompt possible values
Diffstat (limited to 'test')
-rwxr-xr-xtest/run2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run b/test/run
index 85a92120..c019eb60 100755
--- a/test/run
+++ b/test/run
@@ -9,7 +9,7 @@ main() {
kak_commands='
set global autoreload yes
set global autoinfo ""
- set global autoshowcompl false
+ set global auto_complete ""
try %{
exec -save-regs / %{%s%\(\K[^)]+\)<ret>a<backspace><esc>i<backspace><backspace><c-u><esc><a-;>}
} catch %{ exec gg }