diff options
author | Oliver Kiddle <opk@users.sourceforge.net> | 2003-11-13 15:50:25 +0000 |
---|---|---|
committer | Oliver Kiddle <opk@users.sourceforge.net> | 2003-11-13 15:50:25 +0000 |
commit | 3780c3e6932417687b4232d95c5a48962322607c (patch) | |
tree | 046a7e97a900459dbcd1a47b5ce334be2978e83d | |
parent | a6a63a147e4e28a1ac700938c6e7694c6de97e5d (diff) | |
download | zsh-3780c3e6932417687b4232d95c5a48962322607c.tar.gz zsh-3780c3e6932417687b4232d95c5a48962322607c.tar.xz zsh-3780c3e6932417687b4232d95c5a48962322607c.zip |
correct old message number
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 6d2ca7d7a..5fb068491 100644 --- a/ChangeLog +++ b/ChangeLog @@ -506,7 +506,7 @@ * users/6367: Doc/Zsh/contrib.yo: match-words-by-style was wrongly called match-word-by-style. - * 19696: Completion/Unix/Command/_cvs: quoting of characters + * 18796: Completion/Unix/Command/_cvs: quoting of characters when completing existing CVS-managed files (in particular spaces) was flakey. The same problem probably exists for completing modified files, but the code is indecipherable. |