Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unposted (cf. 52296): correct description of "vared -e" | Bart Schaefer | 2023-11-18 | 1 | -1/+1 |
| | |||||
* | 51291: support for highlighting ellipses in the line editor | Oliver Kiddle | 2023-01-10 | 1 | -0/+3 |
| | |||||
* | 51280: add support for italic and faint fonts in the line editor | Oliver Kiddle | 2023-01-10 | 1 | -1/+9 |
| | |||||
* | 50934: use OSC 52 escape sequence when copying to "* or "+ vi buffers | Oliver Kiddle | 2022-11-17 | 1 | -3/+8 |
| | |||||
* | 49844: Fix node reference errors from 49446 and 49448. | Bart Schaefer | 2022-03-13 | 1 | -2/+2 |
| | |||||
* | unposted: Add whitespace and comments. No functional change. | Daniel Shahaf | 2021-12-01 | 1 | -0/+3 |
| | |||||
* | 49621: Fix the info Doc build, broken in 49448. | Daniel Shahaf | 2021-12-01 | 1 | -0/+2 |
| | |||||
* | 49448: docs: Fix pointers to the `Widgets', `User-defined Widgets', and ↵ | Daniel Shahaf | 2021-11-26 | 1 | -9/+13 |
| | | | | | | | | | | | | `Standard Widgets' sections. The latter two didn't have their own texinode()s. Various places, both those sections' subsections and elsewhere in the manual, linked to the first section rather than to the third. For instance, zshcontrib(1) pointed to "noderef(Miscellaneous) in noderef(Zle Widgets)", even though the former (currently §18.6.6) is not under the latter (currently §18.4). Add texinode()s and fix those pointers. | ||||
* | 49445: docs: Clean up some subsection references. | Daniel Shahaf | 2021-11-26 | 1 | -1/+1 |
| | |||||
* | 49391: Document default bracketed-paste bindings | Bart Schaefer | 2021-09-08 | 1 | -1/+1 |
| | |||||
* | users/26088: docs: zle -R: Clarify that it needs not be called in the normal ↵ | Daniel Shahaf | 2020-10-03 | 1 | -5/+4 |
| | | | | course of things, but only when an immediate, interim redisplay is desired. | ||||
* | 46072 + 46136: Add the 'zle $widget -f nolast' syntax, to improve ↵ | Daniel Shahaf | 2020-06-27 | 1 | -2/+5 |
| | | | | | | add-zle-hook-widget support for multiple hook functions. See workers/46004 for the use-case. | ||||
* | 46068 (tweaked) (was: github #57): region_highlight: Add memo= support. | Daniel Shahaf | 2020-06-25 | 1 | -8/+28 |
| | | | | | | | | | | | | | | | | This is useful when multiple plugins add region_highlight entries and subsequently want to remove only their own entries. Without this functionality, recognizing one's region_highlight entries is not trivial because the 'start' and 'end' offsets are modified by editing of $BUFFER and the highlight specification may not be unique or distinctive. The tweaks are as follows: - Change zfree() to zsfree() per workers/46070. - Remove the mem.c hunk, as it changed the signature of only one out of two alternative definitions of zsfree(). (The definition that hunk touched is the one that's not used by default.) | ||||
* | 45035: be explicit about the need for a # in colours specified as hex triplets | Oliver Kiddle | 2019-12-16 | 1 | -4/+4 |
| | |||||
* | 44215: Maintain LASTWIDGET across reset-prompt. | Roman Perepelitsa | 2019-04-10 | 1 | -1/+4 |
| | | | | This avoids side effects of asynchronous notifications. | ||||
* | 44011: Only use fg_start_code for non-truecolor | Mikael Magnusson | 2019-01-23 | 1 | -2/+4 |
| | | | | The sequence for truecolor uses a different prefix from palette colors | ||||
* | 43760: add documentation for true colour changes and nearcolor module | Oliver Kiddle | 2018-11-05 | 1 | -2/+12 |
| | |||||
* | 43563: zshzle: Clarify sentence in introduction. | Daniel Shahaf | 2018-09-27 | 1 | -3/+3 |
| | |||||
* | 43294: Add ZLE_RECURSIVE parameter. | Peter Stephenson | 2018-08-17 | 1 | -0/+7 |
| | |||||
* | 43084: Variable warning suppression enhancements. | Peter Stephenson | 2018-06-25 | 1 | -2/+4 |
| | | | | | | Add vared -g option along the lines of typeset -g. Set reply safely in zsh_directory_name_cdr. | ||||
* | 41275: Leave stdin open when executing widgets | Stephane Chazelas | 2017-06-13 | 1 | -6/+6 |
| | |||||
* | 40702: new KEYS_QUEUED_COUNT ZLE variable | Peter Stephenson | 2017-03-03 | 1 | -1/+8 |
| | |||||
* | 40003: include "0-"9 vi buffers in the registers associative array | Oliver Kiddle | 2016-11-24 | 1 | -1/+1 |
| | |||||
* | 39986, 39989: improve handling of vi-repeat-change | Oliver Kiddle | 2016-11-20 | 1 | -0/+7 |
| | | | | | | Save previous vi change and throw away a new change that fails. Add zle -f vichange to allow shell widget to be a single change. Fix repeat of command where numeric arguments were multiplied. | ||||
* | 39952: add registers special parameter to provide access to the vi register ↵ | Oliver Kiddle | 2016-11-17 | 1 | -0/+6 |
| | | | | buffers from a zle widget function | ||||
* | 39929: clarify execute{,-last}-named-cmd | Barton E. Schaefer | 2016-11-13 | 1 | -3/+8 |
| | |||||
* | users/22080: bracketed-paste: Third time's a charm. | Daniel Shahaf | 2016-11-04 | 1 | -4/+6 |
| | | | | vi-set-buffer: Eliminate the sole use of the term "register". | ||||
* | users/22063: bracketed-paste: Document ability to specify a vi register. ↵ | Daniel Shahaf | 2016-11-03 | 1 | -1/+4 |
| | | | | (after users/22036) | ||||
* | users/22036: bracketed-paste: Document cutbuffer behaviour; clarify. | Daniel Shahaf | 2016-10-28 | 1 | -3/+6 |
| | |||||
* | 39039: fix documentation of transpose-words | Peter Stephenson | 2016-08-15 | 1 | -5/+8 |
| | |||||
* | 39029: document transpose-words change | Peter Stephenson | 2016-08-12 | 1 | -0/+6 |
| | |||||
* | unposted: fix format in zle.yo | Jun-ichi Takimoto | 2016-08-04 | 1 | -2/+2 |
| | |||||
* | 38845: reset region_active before entering zle | Oliver Kiddle | 2016-07-17 | 1 | -9/+8 |
| | | | | | It was done on exit but before zle-line-finish. Also reword documentation on region to better cover vi mode. | ||||
* | unposted: fix duplicated words | Oliver Kiddle | 2016-07-08 | 1 | -1/+1 |
| | |||||
* | 38770: vi upper/lowercase widgets and shell widget example that reads a vi ↵ | Oliver Kiddle | 2016-06-29 | 1 | -0/+14 |
| | | | | movement | ||||
* | 38291: Change names of ISEARCH_* parameters to ISEARCHMATCH_* | m0viefreak | 2016-04-23 | 1 | -10/+10 |
| | |||||
* | m0viefreak: 38264: improve doc for 38145 | m0viefreak | 2016-04-10 | 1 | -4/+5 |
| | |||||
* | 38145: ZLE parameters for isearch and completion suffixes | m0viefreak | 2016-03-21 | 1 | -0/+26 |
| | |||||
* | unposted: docs: zshzle(1): Trivial clarification to $CONTEXT. | Daniel Shahaf | 2016-01-18 | 1 | -1/+1 |
| | |||||
* | 36650: Add zle-line-pre-redraw hook for highlighting | Mikael Magnusson | 2015-12-19 | 1 | -0/+5 |
| | |||||
* | unposted: a few cosmetic format fixes in docs | Jun-ichi Takimoto | 2015-11-13 | 1 | -2/+3 |
| | |||||
* | 36709: zle -f from inside widget to set flags and make yank start/end zle ↵ | Mikael Magnusson | 2015-10-01 | 1 | -5/+24 |
| | | | | params writable | ||||
* | unposted: docs: Typo fixes | Daniel Shahaf | 2015-09-14 | 1 | -1/+1 |
| | |||||
* | 36443: Set zle_highlight=(paste:standout) by default. | Daniel Shahaf | 2015-09-11 | 1 | -1/+1 |
| | |||||
* | 36445: Expose yankb, yanke, ZLE_YANK to widgets. | Daniel Shahaf | 2015-09-10 | 1 | -0/+12 |
| | |||||
* | 36437: Document interaction of $region_highlight and $zle_highlight. | Daniel Shahaf | 2015-09-07 | 1 | -0/+11 |
| | |||||
* | unposted: ZLE_STATE: fix obvious documentation typo. | Daniel Shahaf | 2015-09-07 | 1 | -1/+1 |
| | |||||
* | unposted: Minor documentation tweaks. | Daniel Shahaf | 2015-09-05 | 1 | -2/+3 |
| | |||||
* | 36216: Simpler handling of UNDO_LIMIT_NO | Peter Stephenson | 2015-08-18 | 1 | -6/+4 |
| | |||||
* | 36044: deactivate-region widget for escape in visual mode | Oliver Kiddle | 2015-08-11 | 1 | -0/+5 |
| |