diff options
| author | Shohei YOSHIDA <syohex@gmail.com> | 2025-05-23 13:33:08 +0900 |
|---|---|---|
| committer | Shohei YOSHIDA <syohex@gmail.com> | 2025-05-23 13:33:08 +0900 |
| commit | ab95699400c5763754dbb40af7f612658805cd87 (patch) | |
| tree | ffdbaf8003151eebf212f891c7f19a4c2138809c /src/_kak | |
| parent | Merge pull request #1134 from zsh-users/update-completions (diff) | |
| download | zsh-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/_kak | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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' \ |
