diff options
author | Barton E. Schaefer <schaefer@zsh.org> | 2016-02-14 11:35:18 -0800 |
---|---|---|
committer | Barton E. Schaefer <schaefer@zsh.org> | 2016-02-14 11:35:18 -0800 |
commit | e54578ff74754b70e230106d292eb645f61176f1 (patch) | |
tree | 37230be5ba48558b31dcd1ad5c1885e3df61aa35 /ChangeLog | |
parent | f07a1bd00935b53e73dcbec4e039aef7cc1996b1 (diff) | |
download | zsh-e54578ff74754b70e230106d292eb645f61176f1.tar.gz zsh-e54578ff74754b70e230106d292eb645f61176f1.tar.xz zsh-e54578ff74754b70e230106d292eb645f61176f1.zip |
37971: fix potential issues when interacting with user-defined widgets
Cf. users/21284: Eric Freese
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 18e4eed59..a081f0ad4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2016-02-14 Barton E. Schaefer <schaefer@zsh.org> + * 37971 (cf. users/21284: Eric Freese): + Functions/Zle/bracketed-paste-magic: fix potential issues when + interacting with user-defined widgets + * 37961: Src/Zle/complist.c: in interactive menuselection, use of "compadd -x" (e.g. the "warnings" zstyle) may have replaced the completion list, so skip highlighting of the current selection |