diff options
author | Barton E. Schaefer <schaefer@zsh.org> | 2015-10-21 14:47:41 -0700 |
---|---|---|
committer | Barton E. Schaefer <schaefer@zsh.org> | 2015-10-21 14:47:41 -0700 |
commit | b947789d7c7a9e01880512dff1f27198f4707e50 (patch) | |
tree | 0f6c5ba7821a002ee8a51b3b56dda461b884408f /ChangeLog | |
parent | 98875bcb05d552cc59b300e33fe9000d295b1ffe (diff) | |
download | zsh-b947789d7c7a9e01880512dff1f27198f4707e50.tar.gz zsh-b947789d7c7a9e01880512dff1f27198f4707e50.tar.xz zsh-b947789d7c7a9e01880512dff1f27198f4707e50.zip |
36871: move initial call to "zle .bracketed-paste-magic" to occur earlier in the function
Just in case any later initialization might have side-effects.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 04883a152..22e4b9478 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-10-21 Barton E. Schaefer <schaefer@zsh.org> + + * 36871: Functions/Zle/bracketed-paste-magic: move initial call + to "zle .bracketed-paste-magic" to occur earlier in the function + 2015-10-20 Daniel Shahaf <d.s@daniel.shahaf.name> * 36900: Completion/Unix/Command/_git: _git: stash names |