kakoune/test/regression/0-nothing-selected-on-prompt-initial-shift-tab/rc

2 lines
100 B
Plaintext
Raw Normal View History

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