1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-11-30 23:37:17 +03:00
kakoune/test/shell/prompt-shell-script-completion/rc

4 lines
122 B
Plaintext
Raw Normal View History

define-command foo %{
prompt -shell-script-completion %{ printf 'foo\nbar\nhaz\n' } ': ' %{exec i %val{text} <esc>}
}