fix kak completion

- `-l` option doesn't take any values
This commit is contained in:
Shohei YOSHIDA 2026-03-08 21:59:43 +09:00
parent 759f22227d
commit c852be29ac
No known key found for this signature in database
GPG Key ID: C9A1BB11BB940CF2
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ _kak() {
'-i[backup the files on which a filter is applied using the given suffix]:suffix' \ '-i[backup the files on which a filter is applied using the given suffix]:suffix' \
'-q[in filter mode, do not print any errors]' \ '-q[in filter mode, do not print any errors]' \
'-ui[set the type of user interface to use (terminal, dummy, or json)]:ui_type:(terminal dummy json)' \ '-ui[set the type of user interface to use (terminal, dummy, or json)]:ui_type:(terminal dummy json)' \
'-l[list existing sessions]:session_id:_kak_sessions' \ '-l[list existing sessions]' \
'-clear[clear dead sessions]' \ '-clear[clear dead sessions]' \
'-debug[initial debug option value]:arg' \ '-debug[initial debug option value]:arg' \
'(- *)-version[display Kakoune version and quit]' \ '(- *)-version[display Kakoune version and quit]' \