diff options
author | Barton E. Schaefer <schaefer@zsh.org> | 2015-04-25 11:05:52 -0700 |
---|---|---|
committer | Barton E. Schaefer <schaefer@zsh.org> | 2015-04-25 11:05:52 -0700 |
commit | 54fe61ab32435081d9f08510e3fa4375f55fbe81 (patch) | |
tree | 418e0c20c5b4d0976432b73d4221173b589678d2 /ChangeLog | |
parent | 87e76f89bbb48be2e941c112fa34e4ef6709dbd2 (diff) | |
download | zsh-54fe61ab32435081d9f08510e3fa4375f55fbe81.tar.gz zsh-54fe61ab32435081d9f08510e3fa4375f55fbe81.tar.xz zsh-54fe61ab32435081d9f08510e3fa4375f55fbe81.zip |
34961: unquote history words when command line has a quote
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index c0787674b..b518a33a6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2015-04-25 Barton E. Schaefer <schaefer@zsh.org> + * 34961: Completion/Base/Completer/_history: unquote history words + when command line has a quote + * 34961: Completion/compaudit: properly handle the case of finding no files when searching $fpath and $_compdir |