kakoune/test/regression/0-nothing-selected-on-prompt-initial-shift-tab/rc
Maxime Coste 6dca67c674 Fix two <s-tab> requiered to access last completion in prompt
A single <s-tab> should be enough.
2018-06-19 07:40:52 +10:00

2 lines
100 B
Plaintext

def my-command -params 0..1 -shell-candidates %{ printf "aaa\nbbb\nccc" } %{ exec i %arg{1} <esc> }