diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2002-03-01 10:41:59 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2002-03-01 10:41:59 +0000 |
commit | 10490ec499fff7b932f92a0b19c7e5343a24761d (patch) | |
tree | 43681ce84c1148d06cecdbd0ada37b88362ca85c /ChangeLog | |
parent | 4b98b648dfb0b641ea9592b66c87365449723194 (diff) | |
download | zsh-10490ec499fff7b932f92a0b19c7e5343a24761d.tar.gz zsh-10490ec499fff7b932f92a0b19c7e5343a24761d.tar.xz zsh-10490ec499fff7b932f92a0b19c7e5343a24761d.zip |
add $redirections array to completion system parameters, containing information about all redirections on the line; make this and compstate[redirect] contain the file descriptor number (16751)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index b250ec666..e10fccc38 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2002-03-01 Sven Wischnowsky <wischnow@zsh.org> + + * 16751: Src/Zle/comp.h, Src/Zle/compcore.c, Src/Zle/complete.c, + Src/Zle/zle_main.c, Src/Zle/zle_tricky.c: add $redirections + array to completion system parameters, containing information + about all redirections on the line; make this and + compstate[redirect] contain the file descriptor number + 2002-02-28 Bart Schaefer <schaefer@zsh.org> * 16748: Completion/Zsh/Command/_zle: Fix infinite loop |