diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2002-05-21 07:47:34 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2002-05-21 07:47:34 +0000 |
commit | 654c4ab4ffa5f5109d8f167c7908d3d4d5b7aead (patch) | |
tree | cea849b79099fb08085a432ecf23c03bcfa39075 /ChangeLog | |
parent | ba168b43dab3102891839a997ef6a2878c2738e5 (diff) | |
download | zsh-654c4ab4ffa5f5109d8f167c7908d3d4d5b7aead.tar.gz zsh-654c4ab4ffa5f5109d8f167c7908d3d4d5b7aead.tar.xz zsh-654c4ab4ffa5f5109d8f167c7908d3d4d5b7aead.zip |
fix for completion in nested quotes where the sub-word ends in a backslash (17192)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index d435533dd..bdca139e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2002-05-21 Sven Wischnowsky <wischnow@zsh.org> + * 17192: Src/Zle/compcore.c: fix for completion in nested + quotes where the sub-word ends in a backslash + * 17191: Completion/Base/Utility/_arguments, Completion/Unix/Command/_rsync: fix removal of automatically added specs (from the -- option) for which a user-defined one |