diff options
author | Oliver Kiddle <opk@users.sourceforge.net> | 2004-02-10 19:16:16 +0000 |
---|---|---|
committer | Oliver Kiddle <opk@users.sourceforge.net> | 2004-02-10 19:16:16 +0000 |
commit | 4c1e94f9512d7b3373cf768c368c8403a8f09c47 (patch) | |
tree | f723bb8afd38b504f8a7dc4f563a882923cea26d /ChangeLog | |
parent | 4767d72e6f19352fffd287cdb315ab091681efd8 (diff) | |
download | zsh-4c1e94f9512d7b3373cf768c368c8403a8f09c47.tar.gz zsh-4c1e94f9512d7b3373cf768c368c8403a8f09c47.tar.xz zsh-4c1e94f9512d7b3373cf768c368c8403a8f09c47.zip |
19409: handle situation where the user has the nounset option set
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index fad79a9b1..38e6c6724 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2004-02-10 Oliver Kiddle <opk@zsh.org> + + * 19415: Doc/Zsh/options.yo: fix documentation to indicate that + short_loops option is applicable to repeat loops too + + * 19409: Completion/Base/Widget/_generic: handle situation where + the user has the nounset option set + 2004-02-09 Wayne Davison <wayned@users.sourceforge.net> * 19410: Src/Zle/compmatch.c: Another fix to avoid a match that |