mirror of
https://github.com/mawww/kakoune.git
synced 2024-11-30 23:37:17 +03:00
4 lines
122 B
Plaintext
4 lines
122 B
Plaintext
|
define-command foo %{
|
||
|
prompt -shell-script-completion %{ printf 'foo\nbar\nhaz\n' } ': ' %{exec i %val{text} <esc>}
|
||
|
}
|