diff options
author | Clint Adams <clint@users.sourceforge.net> | 2007-12-06 19:10:33 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2007-12-06 19:10:33 +0000 |
commit | e35bcf378e2c391a8f03f246908fa9ee3209940d (patch) | |
tree | 8db85f75828039ca6333cfa79c0373d568b8f148 /ChangeLog | |
parent | 6dc3cbafb1094d906a396bcd4f85656e34b9b7ee (diff) | |
download | zsh-e35bcf378e2c391a8f03f246908fa9ee3209940d.tar.gz zsh-e35bcf378e2c391a8f03f246908fa9ee3209940d.tar.xz zsh-e35bcf378e2c391a8f03f246908fa9ee3209940d.zip |
24169: use print in command substitution to avoid a literal non-ASCII character in the German translation of args for cut completion.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 94f10a070..3a44cc715 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-12-06 Clint Adams <clint@zsh.org> + + * 24169: Completion/Unix/Command/_cut: use print in command + substitution to avoid a literal non-ASCII character in the German + translation of args for cut completion. + 2007-12-05 Clint Adams <clint@zsh.org> * 24160: Src/Modules/terminfo.c, Src/Modules/terminfo.mdd: |