mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-05-21 12:01:54 +02:00
github #112: Completion: todo.sh uses shorthelp and not showhelp
This commit is contained in:
parent
173c0b14ab
commit
2d2086557e
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
2024-02-15 Oliver Kiddle <opk@zsh.org>
|
||||
|
||||
* github #112: Poncho: Completion/Unix/Command/_todo.sh:
|
||||
Completion: todo.sh uses shorthelp and not showhelp
|
||||
|
||||
* 52535: Doc/Makefile.in, Doc/Zsh/prompt.yo, Doc/Zsh/zle.yo,
|
||||
Doc/Zsh/mod_hlgroup.yo, NEWS: documentation for highlight groups
|
||||
|
||||
|
|
|
@ -74,7 +74,7 @@ case $state in
|
|||
"replace:replace in NUMBER the TEXT."
|
||||
"remdup:remove exact duplicates from todo.txt."
|
||||
"report:adds the number of open and done items to report.txt."
|
||||
"showhelp:list the one-line usage of all built-in and add-on actions."
|
||||
"shorthelp:list the one-line usage of all built-in and add-on actions."
|
||||
)
|
||||
_describe -t todo-commands 'todo.sh command' cmdlist
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue