aboutsummaryrefslogtreecommitdiffstats
path: root/src/_kak
diff options
context:
space:
mode:
authorShohei YOSHIDA <syohex@gmail.com>2025-05-23 13:33:08 +0900
committerShohei YOSHIDA <syohex@gmail.com>2025-05-23 13:33:08 +0900
commitab95699400c5763754dbb40af7f612658805cd87 (patch)
treeffdbaf8003151eebf212f891c7f19a4c2138809c /src/_kak
parentMerge pull request #1134 from zsh-users/update-completions (diff)
downloadzsh-completions-ab95699400c5763754dbb40af7f612658805cd87.tar
zsh-completions-ab95699400c5763754dbb40af7f612658805cd87.tar.gz
zsh-completions-ab95699400c5763754dbb40af7f612658805cd87.tar.bz2
zsh-completions-ab95699400c5763754dbb40af7f612658805cd87.tar.lz
zsh-completions-ab95699400c5763754dbb40af7f612658805cd87.tar.xz
zsh-completions-ab95699400c5763754dbb40af7f612658805cd87.tar.zst
zsh-completions-ab95699400c5763754dbb40af7f612658805cd87.zip
Update UI type name list
Diffstat (limited to 'src/_kak')
-rw-r--r--src/_kak4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/_kak b/src/_kak
index 19faeee..2bfb694 100644
--- a/src/_kak
+++ b/src/_kak
@@ -28,7 +28,7 @@
# Description
# -----------
#
-# Completion script for kak 2022.10.31 (https://github.com/mawww/kakoune)
+# Completion script for kak 2024.05.18 (https://github.com/mawww/kakoune)
#
# ------------------------------------------------------------------------------
# Authors
@@ -57,7 +57,7 @@ _kak() {
"-f[enter in 'filter mode':select the whole file, then execute keys]:keys" \
'-i[backup the files on which a filter is applied using the given suffix]:suffix' \
'-q[in filter mode, do not print any errors]' \
- '-ui[set the type of user interface to use (ncurses, dummy, or json)]:ui_type:(ncurses 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' \
'-clear[clear dead sessions]' \
'-debug[initial debug option value]:arg' \