diff options
| author | Maxime Coste <mawww@kakoune.org> | 2018-07-15 09:45:17 +1000 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2018-07-15 11:10:32 +1000 |
| commit | bde726d0342f32ff2e9cb464a351450a43ecea9f (patch) | |
| tree | fc6164f391f8232fe8c92a0792f14aa97ac400fe /test | |
| parent | 58c7b06e1d9e8a9e0cb12aace972b7d9119b7863 (diff) | |
Change autoshowcompl to auto_complete with insert|prompt possible values
Diffstat (limited to 'test')
| -rwxr-xr-x | test/run | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |
