From ab95699400c5763754dbb40af7f612658805cd87 Mon Sep 17 00:00:00 2001 From: Shohei YOSHIDA Date: Fri, 23 May 2025 13:33:08 +0900 Subject: [PATCH] Update UI type name list --- src/_kak | 4 ++-- 1 file 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' \