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

16514: initscript completion fixes

This commit is contained in:
Clint Adams 2002-02-03 21:37:55 +00:00
parent 050c62d36a
commit 1ca0fc6b69
2 changed files with 28 additions and 0 deletions

View file

@ -1,5 +1,10 @@
2002-02-03 Clint Adams <clint@zsh.org>
* 16514: Completion/Unix/Command/_init_d: do not attempt
to read file if it doesn't exist, match pipe-separated lists
and characters following the parenthesis, and don't wantonly
remove hyphens from completions.
* Sven: 16507: Completion/Zsh/Type/_command_names: slight
improvement for 16500 to allow completion after ./<TAB> in
all cases

View file

Internal server error - The gay git

500

Internal server error

Forgejo version: 9.0.3

@ -0,0 +1,23 @@