1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-11 22:51:17 +02:00

make sure caller-supplied explanation takes precedence (10579)

This commit is contained in:
Sven Wischnowsky 2000-04-07 12:43:31 +00:00
parent 424ad9fc1d
commit d779b43f42
4 changed files with 16 additions and 6 deletions

View file

@ -1,5 +1,9 @@
2000-04-07 Sven Wischnowsky <wischnow@informatik.hu-berlin.de> 2000-04-07 Sven Wischnowsky <wischnow@informatik.hu-berlin.de>
* 10579: Completion/Base/_arguments, Completion/Base/_values,
Completion/Core/_alternative: make sure caller-supplied
explanation takes precedence
* 10575: Completion/User/_make: complete make targets of the form * 10575: Completion/User/_make: complete make targets of the form
`foo bar:' `foo bar:'
@ -11,10 +15,13 @@
multiple directories didn't work multiple directories didn't work
2000-04-06 Clint Adams <schizo@debian.org> 2000-04-06 Clint Adams <schizo@debian.org>
* Felix Rosencrantz: 10564: Completion/X/_x_display: * Felix Rosencrantz: 10564: Completion/X/_x_display:
typo in _wanted. typo in _wanted.
* 10565: acconfig.h, configure.in, Src/exec.c: * 10565: acconfig.h, configure.in, Src/exec.c:
add configure option for function depth limit. add configure option for function depth limit.
* 10566: Src/glob.c: change invocation of patgetglobflags * 10566: Src/glob.c: change invocation of patgetglobflags
to use two arguments. to use two arguments.

View file

Internal server error - The gay git

500

Internal server error

Forgejo version: 9.0.3

@ -258,8 +258,9 @@ if (( $# )) && comparguments -i "$autod" "$@"; then