mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-05-22 12:21:29 +02:00
github #105: add "-I" for "zle" completion
This commit is contained in:
parent
7cd5b7f1fc
commit
2573786fd3
2 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
2023-11-08 Oliver Kiddle <opk@zsh.org>
|
||||
|
||||
* github #105: Shotaro Aoyama: Completion/Zsh/Command/_zle:
|
||||
add "-I" for "zle" completion
|
||||
|
||||
* Eric Cook: 52168: Completion/Unix/Command/_xfconf-query:
|
||||
add completion for xfce's xfconf-query(1)
|
||||
|
||||
|
|
|
@ -23,6 +23,7 @@ _arguments -s -S \
|
|||
\(${(j. .)opts:#-[La]}')-l+[list user-defined widgets]:*:-:->listing' \
|
||||
\(${(j. .)opts:#-l}')-a[with -l, list all widgets]' \
|
||||
"(: * ${(j. .)opts:#-[Lw]})-F[install file descriptor handler]:file descriptor:_file_descriptors::handler:_functions" \
|
||||
"($opts)-I[invalidate the current zle display]" \
|
||||
"!($opts)-K:keymap:compadd -a keymaps" \
|
||||
"($opts)-M[display message]:message: " \
|
||||
"($opts)-N[define new widget]:widget name:->widget-or-function ::widget shell function:->function" \
|
||||
|
|
Loading…
Reference in a new issue