mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-19 21:44:11 +01:00
Fix typo.
This commit is contained in:
parent
d466332a5c
commit
af2e41f845
@ -1,5 +1,7 @@
|
||||
2001-07-25 Bart Schaefer <schaefer@zsh.org>
|
||||
|
||||
* 15489: Completion/Base/Utility/_describe: Fix typo.
|
||||
|
||||
* 15488: Doc/Zsh/expn.yo: More index entry cleanup. Reorder the
|
||||
description section to look less as if it has two menus in info
|
||||
and to add some cross-references.
|
||||
|
@ -29,7 +29,7 @@ zstyle -s ":completion:${curcontext}:$_type" list-separator _sep || _sep=--
|
||||
_descr="$1"
|
||||
shift
|
||||
|
||||
if [[ -n "$showd" ]] &&
|
||||
if [[ -n "$_showd" ]] &&
|
||||
zstyle -T ":completion:${curcontext}:$_type" list-grouped; then
|
||||
_oargv=( "$@" )
|
||||
_grp=(-g)
|
||||
|
Loading…
Reference in New Issue
Block a user