Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-09-24 | unposted (see 44772): quote the string argument to zle -U | Bart Schaefer | 1 | -2/+2 | |
2016-12-24 | Oliver: 40118: alternate fix replacing 40115 | Barton E. Schaefer | 1 | -25/+19 | |
This commit reverts 40115 (commit 3594f55f) thus restoring 38579, then applies 40118: Relocate BUFFER/CURSOR reset to work around "fc -p" issue | |||||
2016-12-06 | 40115: revert 38579 due to bug restoring BUFFER after history search | Zhiming Wang | 1 | -19/+25 | |
This reverts commit 20948d088994dc7b26a26b94926432985fa6863e. | |||||
2016-10-29 | unposted: add "--" to zle widget call for conventional sanity | Barton E. Schaefer | 1 | -1/+1 | |
2016-10-28 | unposted: handle empty pastes and "zle bracketed-paste variablename" form. | Barton E. Schaefer | 1 | -2/+2 | |
2016-06-09 | 38579: simplify saving and restoring of state | Oliver Kiddle | 1 | -25/+19 | |
2016-05-09 | unposted: update documentary comments to remove references to ↵ | Barton E. Schaefer | 1 | -2/+2 | |
self-insert-unmeta. | |||||
2016-02-14 | 37971: fix potential issues when interacting with user-defined widgets | Barton E. Schaefer | 1 | -2/+2 | |
Cf. users/21284: Eric Freese | |||||
2015-10-27 | 36994: declare local REPLY for use with "zle .read-command"; use ↵ | Barton E. Schaefer | 1 | -3/+3 | |
.self-insert instead of .self-insert-unmeta | |||||
2015-10-21 | 36871: move initial call to "zle .bracketed-paste-magic" to occur earlier in ↵ | Barton E. Schaefer | 1 | -4/+7 | |
the function Just in case any later initialization might have side-effects. | |||||
2015-09-12 | unposted: revert 36483 as multibyte is now handled by "zle .read-command"; ↵ | Barton E. Schaefer | 1 | -13/+5 | |
adapt to new default behavior of zle_highlight for paste | |||||
2015-09-11 | 36483: handle incomplete multibyte characters in bracketed-paste-magi | Peter Stephenson | 1 | -4/+12 | |
2015-08-30 | 36338: Replace "5.0.9" with "5.1" in source comments | Axel Beckert | 1 | -1/+1 | |
2015-08-21 | 36266: preserve emulation and setopt context for init and finish functions, ↵ | Barton E. Schaefer | 1 | -9/+42 | |
handle vi modes | |||||
2015-08-16 | 36195, 36196: wrapper of bracketed-paste for compatibilty with ↵ | Barton E. Schaefer | 1 | -0/+192 | |
url-quote-magic and other self-insert wrapper widgets |