about summary refs log tree commit diff
path: root/Functions/Zle/bracketed-paste-magic
Commit message (Collapse)AuthorAgeFilesLines
* unposted (see 44772): quote the string argument to zle -UBart Schaefer2019-09-241-2/+2
|
* Oliver: 40118: alternate fix replacing 40115Barton E. Schaefer2016-12-241-25/+19
| | | | | This commit reverts 40115 (commit 3594f55f) thus restoring 38579, then applies 40118: Relocate BUFFER/CURSOR reset to work around "fc -p" issue
* 40115: revert 38579 due to bug restoring BUFFER after history searchZhiming Wang2016-12-061-19/+25
| | | | This reverts commit 20948d088994dc7b26a26b94926432985fa6863e.
* unposted: add "--" to zle widget call for conventional sanityBarton E. Schaefer2016-10-291-1/+1
|
* unposted: handle empty pastes and "zle bracketed-paste variablename" form.Barton E. Schaefer2016-10-281-2/+2
|
* 38579: simplify saving and restoring of stateOliver Kiddle2016-06-091-25/+19
|
* unposted: update documentary comments to remove references to ↵Barton E. Schaefer2016-05-091-2/+2
| | | | self-insert-unmeta.
* 37971: fix potential issues when interacting with user-defined widgetsBarton E. Schaefer2016-02-141-2/+2
| | | | Cf. users/21284: Eric Freese
* 36994: declare local REPLY for use with "zle .read-command"; use ↵Barton E. Schaefer2015-10-271-3/+3
| | | | .self-insert instead of .self-insert-unmeta
* 36871: move initial call to "zle .bracketed-paste-magic" to occur earlier in ↵Barton E. Schaefer2015-10-211-4/+7
| | | | | | the function Just in case any later initialization might have side-effects.
* unposted: revert 36483 as multibyte is now handled by "zle .read-command"; ↵Barton E. Schaefer2015-09-121-13/+5
| | | | adapt to new default behavior of zle_highlight for paste
* 36483: handle incomplete multibyte characters in bracketed-paste-magiPeter Stephenson2015-09-111-4/+12
|
* 36338: Replace "5.0.9" with "5.1" in source commentsAxel Beckert2015-08-301-1/+1
|
* 36266: preserve emulation and setopt context for init and finish functions, ↵Barton E. Schaefer2015-08-211-9/+42
| | | | handle vi modes
* 36195, 36196: wrapper of bracketed-paste for compatibilty with ↵Barton E. Schaefer2015-08-161-0/+192
url-quote-magic and other self-insert wrapper widgets