|
1 | 1 | # Changes in HEAD |
2 | 2 |
|
3 | 3 |
|
| 4 | +## Changes fixed as part of the switch to zle-line-pre-redraw |
| 5 | + |
| 6 | +The changes in this section were fixed by switching to a `zle-line-pre-redraw`-based |
| 7 | +implementation. |
| 8 | + |
| 9 | +Note: The new implementation will only be used on future zsh releases, |
| 10 | +numbered 5.8.0.3 and newer, due to interoperability issues with other plugins |
| 11 | +(issues #418 and #579). The underlying zsh feature has been available since |
| 12 | +zsh 5.2. |
| 13 | + |
| 14 | +Whilst under development, the new implementation was known as the |
| 15 | +"feature/redrawhook" topic branch. |
| 16 | + |
| 17 | +- Fixed: Highlighting not triggered after popping a buffer from the buffer stack |
| 18 | + (using the `push-line` widget, default binding: `M-q`) |
| 19 | + [#40] |
| 20 | + |
| 21 | +- Fixed: Invoking completion when there were no matches removed highlighting |
| 22 | + [#90, #470] |
| 23 | + |
| 24 | +- Fixed: Two successive deletes followed by a yank only yanked the latest |
| 25 | + delete, rather than both of them |
| 26 | + [#150, #151, #160; cf. #183] |
| 27 | + |
| 28 | +- Presumed fixed: Completing `$(xsel)` results in an error message from `xsel`, |
| 29 | + with pre-2017 versions of `xsel`. (For 2017 vintage and newer, see the issue |
| 30 | + for details.) |
| 31 | + [#154] |
| 32 | + |
| 33 | +- Fixed: When the standard `bracketed-paste-magic` widget is in use, pastes were slow |
| 34 | + [#295] |
| 35 | + |
| 36 | +- Fixed: No way to prevent a widget from being wrapped |
| 37 | + [#324] |
| 38 | + |
| 39 | +- Fixed: No highlighting while cycling menu completion |
| 40 | + [#375] |
| 41 | + |
| 42 | +- Fixed: Does not coexist with the `IGNORE_EOF` option |
| 43 | + [#377] |
| 44 | + |
| 45 | +- Fixed: The `undefined-key` widget was wrapped |
| 46 | + [#421] |
| 47 | + |
| 48 | +- Fixed: Does not coexist with the standard `surround` family of widgets |
| 49 | + [#520] |
| 50 | + |
| 51 | +- Fixed: First completed filename doesn't get `path` highlighting |
| 52 | + [#632] |
| 53 | + |
| 54 | + |
4 | 55 | # Changes in 0.8.0-alpha1-pre-redrawhook |
5 | 56 |
|
6 | 57 | ## Notice about an improbable-but-not-impossible forward incompatibility |
|
0 commit comments