summaryrefslogtreecommitdiff
path: root/Doc/Zsh/zle.yo
AgeCommit message (Collapse)AuthorFilesLines
2024-02-1552535: documentation for highlight groups and layersOliver Kiddle1-0/+11
2023-11-18Unposted (cf. 52296): correct description of "vared -e"Bart Schaefer1-1/+1
2023-01-1051291: support for highlighting ellipses in the line editorOliver Kiddle1-0/+3
2023-01-1051280: add support for italic and faint fonts in the line editorOliver Kiddle1-1/+9
2022-11-1750934: use OSC 52 escape sequence when copying to "* or "+ vi buffersOliver Kiddle1-3/+8
2022-03-1349844: Fix node reference errors from 49446 and 49448.Bart Schaefer1-2/+2
2021-12-01unposted: Add whitespace and comments. No functional change.Daniel Shahaf1-0/+3
2021-12-0149621: Fix the info Doc build, broken in 49448.Daniel Shahaf1-0/+2
2021-11-2649448: docs: Fix pointers to the `Widgets', `User-defined Widgets', and ↵Daniel Shahaf1-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.
2021-11-2649445: docs: Clean up some subsection references.Daniel Shahaf1-1/+1
2021-09-0849391: Document default bracketed-paste bindingsBart Schaefer1-1/+1
2020-10-03users/26088: docs: zle -R: Clarify that it needs not be called in the normal ↵Daniel Shahaf1-5/+4
course of things, but only when an immediate, interim redisplay is desired.
2020-06-2746072 + 46136: Add the 'zle $widget -f nolast' syntax, to improve ↵Daniel Shahaf1-2/+5
add-zle-hook-widget support for multiple hook functions. See workers/46004 for the use-case.
2020-06-2546068 (tweaked) (was: github #57): region_highlight: Add memo= support.Daniel Shahaf1-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.)
2019-12-1645035: be explicit about the need for a # in colours specified as hex tripletsOliver Kiddle1-4/+4
2019-04-1044215: Maintain LASTWIDGET across reset-prompt.Roman Perepelitsa1-1/+4
This avoids side effects of asynchronous notifications.
2019-01-2344011: Only use fg_start_code for non-truecolorMikael Magnusson1-2/+4
The sequence for truecolor uses a different prefix from palette colors
2018-11-0543760: add documentation for true colour changes and nearcolor moduleOliver Kiddle1-2/+12
2018-09-2743563: zshzle: Clarify sentence in introduction.Daniel Shahaf1-3/+3
2018-08-1743294: Add ZLE_RECURSIVE parameter.Peter Stephenson1-0/+7
2018-06-2543084: Variable warning suppression enhancements.Peter Stephenson1-2/+4
Add vared -g option along the lines of typeset -g. Set reply safely in zsh_directory_name_cdr.
2017-06-1341275: Leave stdin open when executing widgetsStephane Chazelas1-6/+6
2017-03-0340702: new KEYS_QUEUED_COUNT ZLE variablePeter Stephenson1-1/+8
2016-11-2440003: include "0-"9 vi buffers in the registers associative arrayOliver Kiddle1-1/+1
2016-11-2039986, 39989: improve handling of vi-repeat-changeOliver Kiddle1-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.
2016-11-1739952: add registers special parameter to provide access to the vi register ↵Oliver Kiddle1-0/+6
buffers from a zle widget function
2016-11-1339929: clarify execute{,-last}-named-cmdBarton E. Schaefer1-3/+8
2016-11-04users/22080: bracketed-paste: Third time's a charm.Daniel Shahaf1-4/+6
vi-set-buffer: Eliminate the sole use of the term "register".
2016-11-03users/22063: bracketed-paste: Document ability to specify a vi register. ↵Daniel Shahaf1-1/+4
(after users/22036)
2016-10-28users/22036: bracketed-paste: Document cutbuffer behaviour; clarify.Daniel Shahaf1-3/+6
2016-08-1539039: fix documentation of transpose-wordsPeter Stephenson1-5/+8
2016-08-1239029: document transpose-words changePeter Stephenson1-0/+6
2016-08-04unposted: fix format in zle.yoJun-ichi Takimoto1-2/+2
2016-07-1738845: reset region_active before entering zleOliver Kiddle1-9/+8
It was done on exit but before zle-line-finish. Also reword documentation on region to better cover vi mode.
2016-07-08unposted: fix duplicated wordsOliver Kiddle1-1/+1
2016-06-2938770: vi upper/lowercase widgets and shell widget example that reads a vi ↵Oliver Kiddle1-0/+14
movement
2016-04-2338291: Change names of ISEARCH_* parameters to ISEARCHMATCH_*m0viefreak1-10/+10
2016-04-10m0viefreak: 38264: improve doc for 38145m0viefreak1-4/+5
2016-03-2138145: ZLE parameters for isearch and completion suffixesm0viefreak1-0/+26
2016-01-18unposted: docs: zshzle(1): Trivial clarification to $CONTEXT.Daniel Shahaf1-1/+1
2015-12-1936650: Add zle-line-pre-redraw hook for highlightingMikael Magnusson1-0/+5
2015-11-13unposted: a few cosmetic format fixes in docsJun-ichi Takimoto1-2/+3
2015-10-0136709: zle -f from inside widget to set flags and make yank start/end zle ↵Mikael Magnusson1-5/+24
params writable
2015-09-14unposted: docs: Typo fixesDaniel Shahaf1-1/+1
2015-09-1136443: Set zle_highlight=(paste:standout) by default.Daniel Shahaf1-1/+1
2015-09-1036445: Expose yankb, yanke, ZLE_YANK to widgets.Daniel Shahaf1-0/+12
2015-09-0736437: Document interaction of $region_highlight and $zle_highlight.Daniel Shahaf1-0/+11
2015-09-07unposted: ZLE_STATE: fix obvious documentation typo.Daniel Shahaf1-1/+1
2015-09-05unposted: Minor documentation tweaks.Daniel Shahaf1-2/+3
2015-08-1836216: Simpler handling of UNDO_LIMIT_NOPeter Stephenson1-6/+4