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:
parent
050c62d36a
commit
1ca0fc6b69
2 changed files with 28 additions and 0 deletions
|
@ -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
|
||||
|
|
23
Completion/Unix/Command/_init_d
Normal file
23
Completion/Unix/Command/_init_d
Normal file
|
@ -0,0 +1,23 @@
|
|||