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

make more calls to _message use the -e option (16988)

This commit is contained in:
Sven Wischnowsky 2002-04-16 07:48:43 +00:00
parent d8fc48f7da
commit 61f8a07bfc
37 changed files with 97 additions and 72 deletions

View file

@ -1,3 +1,28 @@
2002-04-16 Sven Wischnowsky <wischnow@zsh.org>
* 16988: Completion/Base/Utility/_store_cache,
Completion/Debian/Type/_deb_packages,
Completion/Redhat/Command/_rpm, Completion/Unix/Command/_cvs,
Completion/Unix/Command/_gs, Completion/Unix/Command/_java,
Completion/Unix/Command/_look,
Completion/Unix/Command/_mysql_utils,
Completion/Unix/Command/_nslookup, Completion/Unix/Command/_pbm,
Completion/Unix/Command/_perl, Completion/Unix/Command/_rsync,
Completion/Unix/Command/_samba, Completion/Unix/Command/_ssh,
Completion/Unix/Command/_tiff, Completion/Unix/Command/_whois,
Completion/Unix/Command/_yp, Completion/Unix/Type/_perl_modules,
Completion/Unix/Type/_urls, Completion/X/Command/_x_utils,
Completion/X/Command/_xauth, Completion/X/Command/_xmodmap,
Completion/X/Command/_xwit, Completion/X/Type/_x_borderwidth,
Completion/X/Type/_x_geometry, Completion/X/Type/_x_locale,
Completion/X/Type/_x_name, Completion/X/Type/_x_resource,
Completion/X/Type/_x_selection_timeout,
Completion/X/Type/_x_title, Completion/X/Type/_xt_session_id,
Completion/Zsh/Command/_compdef, Completion/Zsh/Command/_limit,
Completion/Zsh/Command/_sched, Completion/Zsh/Command/_zstyle,
Completion/Zsh/Context/_subscript: make more calls to _message
use the -e option
2002-04-12 Clint Adams <clint@zsh.org>
* 16973: Completion/Debian/Command/_apt: complete package name

View file

Internal server error - The gay git

500

Internal server error

Forgejo version: 9.0.3

@ -15,7 +15,7 @@ if zstyle -t ":completion:${curcontext}:" use-cache; then