Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 48710: histed + other zed updates | Bart Schaefer | 2021-05-15 | 1 | -2/+19 |
| | |||||
* | 48707: fix keymap handling when zed invokes read-from-minibuffer; update doc | Bart Schaefer | 2021-05-15 | 1 | -10/+11 |
| | |||||
* | 48435 (tweaked): vcs_info docs: applied-string/unapplied-string: Correct an ↵ | Daniel Shahaf | 2021-04-20 | 1 | -3/+12 |
| | | | | | | | | | | | omission in the documentation and add an example. The example code is a reduced version of my function from workers/47519, with one bug fixed. (In workers/47519, if $1 doesn't contain spaces - which is the case under hg mq - then $H and $s will be set to the same value.) Tweaked: Extended the contrib.yo hunk with details about mq. | ||||
* | 45583/0008: vcs_info git: Use best practices in an example | Daniel Shahaf | 2021-04-15 | 1 | -1/+1 |
| | | | | | The alias was vulnerable to SHORT_LOOPS syntax, not invokable from scripts, etc.. | ||||
* | 45583/0007: vcs_info docs: vcs_info_lastmsg: Correct an ambiguous/wrong ↵ | Daniel Shahaf | 2021-04-15 | 1 | -1/+1 |
| | | | | description. | ||||
* | 45583/0006: vcs_info docs: Change user-context name in an example, to avoid ↵ | Daniel Shahaf | 2021-04-15 | 1 | -2/+2 |
| | | | | confusion with the special-casing of the value `command' in vcs_info_lastmsg. | ||||
* | 45583/0005: vcs_info docs: Recommend use of prompt expandos rather than ↵ | Daniel Shahaf | 2021-04-15 | 1 | -1/+13 |
| | | | | terminal escape sequences. | ||||
* | 45583/0003: docs: Fix rendering in the man page output | Daniel Shahaf | 2021-04-15 | 1 | -2/+2 |
| | | | | | | | | | In the man page output, the text was underlined from the var() to the end of the paragraph. The texi output in affected. For instance, the text `name' in TeX is now slanted Roman (\slshape\rmfamily) rather than slanted teletype (\slshape\ttfamily). | ||||
* | 45583/0002 (tweaked): docs: Fix rendering of an example in the man page output | Daniel Shahaf | 2021-04-15 | 1 | -0/+2 |
| | | | | | The texi output was unaffected. However, in the man page on my system, everything after the example() was underlined and not indented. | ||||
* | 47830: Fix some documentation typos | Lawrence Velázquez | 2021-02-16 | 1 | -2/+2 |
| | |||||
* | 47731 (+unposted): add run-help assistant for btrfs | Jun-ichi Takimoto | 2020-12-11 | 1 | -6/+9 |
| | | | | also fix format errors in contrib.yo | ||||
* | 47468: Doc/Zsh/contrib.yo: Fix typo | Axel Beckert | 2020-10-18 | 1 | -1/+1 |
| | |||||
* | 47306: edit-command-line: add editor style | Mikael Magnusson | 2020-08-16 | 1 | -0/+6 |
| | |||||
* | 46240: Make the expansion of manref()() in ztexi.yo match its expansion in ↵ | Daniel Shahaf | 2020-07-13 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | zman.yo. The difference was mostly harmless in the common case "(see manref(foo)(42))", which expanded to "(see man page foo(42))" under ztexi.yo, but in other contexts the ztexi.yo expansion was was nonsensical; for example: "the BSD manref(echo)(1) command" "the string returned by the manref(getlogin)(3) system call" "advisory file locking (via the manref(fcntl)(2) system call)" "this is the exact opposite from manref(ls)(1)," While there, copyedit some uses of manref()(). | ||||
* | 46072 + 46136: Add the 'zle $widget -f nolast' syntax, to improve ↵ | Daniel Shahaf | 2020-06-27 | 1 | -1/+1 |
| | | | | | | add-zle-hook-widget support for multiple hook functions. See workers/46004 for the use-case. | ||||
* | unposted: docs: Fix some markup and typos. | Daniel Shahaf | 2020-06-26 | 1 | -2/+2 |
| | |||||
* | 46091: Add code to Mercurial VCS backend to show topic if there is any. | Manuel Jacob | 2020-06-22 | 1 | -1/+2 |
| | | | | | | | | "Topics" is an experimental concept in Mercurial that augments the current branching concept (called "named branches"). For more information, see the not always up-to-date Mercurial Wiki page https://www.mercurial-scm.org/wiki/TopicPlan. | ||||
* | 45540: vcs_info git: In non-interactive rebases, compute patch names for ↵ | Daniel Shahaf | 2020-03-15 | 1 | -2/+2 |
| | | | | unapplied patches. | ||||
* | users/24628 (fixed): More doc for selectw-word-style widgets. | Peter Stephenson | 2020-01-11 | 1 | -1/+14 |
| | | | | | Add example of how to add a new binding for a widget that fixes a particular word behaviour using styles. | ||||
* | unposted (after 45183): Fix yodl error: "contrib.yo:4457: No macro: back(...)". | Daniel Shahaf | 2020-01-02 | 1 | -1/+1 |
| | |||||
* | 45183: Improve documentation examples | Stephane Chazelas | 2020-01-01 | 1 | -9/+13 |
| | |||||
* | 45113: vcs_info docs: Clarify documentation of the %p/%u/%a patch-format ↵ | Daniel Shahaf | 2019-12-22 | 1 | -3/+3 |
| | | | | expandos. | ||||
* | 45073: regex-replace docs: Simplify grammar (avoid a double negative, state ↵ | Daniel Shahaf | 2019-12-18 | 1 | -3/+4 |
| | | | | defaults first). | ||||
* | 44981: Fix some typos in the documentation. | Martijn Dekker | 2019-12-04 | 1 | -1/+1 |
| | |||||
* | 43620 (tweaked): vcs_info git: Reverse the order patches are passed to ↵ | Daniel Shahaf | 2018-10-08 | 1 | -1/+1 |
| | | | | | | | | gen-unapplied-string in. This is an incompatible change; see README for details. Tweaks (relative to posted version): tweaked README, removed scalpel (debug print). | ||||
* | unposted: Fix typo | Daniel Shahaf | 2018-10-02 | 1 | -1/+1 |
| | |||||
* | Update distro docs to remove dead links | Matthew Martin | 2018-07-17 | 1 | -11/+11 |
| | |||||
* | 41472: introduce cleanup hooks default and restore special themes, and ↵ | Barton E. Schaefer | 2017-07-29 | 1 | -2/+72 |
| | | | | update documentation | ||||
* | unposted (after 40859): Fix yodl warning: | Daniel Shahaf | 2017-03-20 | 1 | -1/+1 |
| | | | | | | | | makeinfo ./zsh.texi ./zsh.texi:36246: Next field of node `vcs_info Examples' not pointed to (perhaps incorrect sectioning?). ./zsh.texi:36419: This node (Prompt Themes) has the bad Prev. Seen with yodl 3.00.00 but not with 3.04.00. | ||||
* | 40859: vcs_info docs: Use proper internal links through texinfo nodes. | Daniel Shahaf | 2017-03-19 | 1 | -19/+46 |
| | | | | | | | | | | | | Changes: - Add texinode()'s - Replace 'see foo' with 'see noderef(foo)' Drive-by changes: - Fix one reference to a nonexistent "Styles" section - (minor) Fix whitespace around "once" | ||||
* | unposted: vcs_info quilt: Fix documentation markup typo. | Daniel Shahaf | 2017-03-18 | 1 | -1/+1 |
| | |||||
* | 40822: vcs_info quilt: Document the '.quilt-foo' zstyle context element. ↵ | Daniel Shahaf | 2017-03-14 | 1 | -5/+16 |
| | | | | (Compare users/20807.) | ||||
* | 40492: vcs_info: Escape '%' signs in payloads. | Daniel Shahaf | 2017-02-09 | 1 | -0/+17 |
| | | | | | Test case: a patch whose subject is '%Sfoo%sbar'. ('S' and 's' are expandos both in prompts and in the 'formats' style.) | ||||
* | unposted: vcs_info git: Fix typo in manual. | Daniel Shahaf | 2017-02-04 | 1 | -2/+2 |
| | |||||
* | 40476: vcs_info $backend_misc: Document at the right point, provide in quilt ↵ | Daniel Shahaf | 2017-02-03 | 1 | -3/+3 |
| | | | | 'standalone' mode. | ||||
* | 40396: vcs_info quilt: More documentation of '%Q' and 'use-quilt'. | Daniel Shahaf | 2017-01-25 | 1 | -0/+15 |
| | |||||
* | 40035: Cosmetic fixes for comments and documentation. | Eitan Adler | 2016-11-29 | 1 | -1/+1 |
| | | | | Mostly fixes to doubled words. | ||||
* | unposted: Minor documentation fixes (markup, grammar, etc). | Daniel Shahaf | 2016-10-27 | 1 | -2/+2 |
| | |||||
* | 39522: add-zsh-hook/add-zle-hook-widget: Promise append semantics. | Daniel Shahaf | 2016-10-07 | 1 | -1/+2 |
| | | | | | The sentence about "as widgets" is removed since there is a whole paragraph about that later on. | ||||
* | 39495: add-zle-hook-widget: Add end-of-options guard to hook invocation. | Daniel Shahaf | 2016-09-30 | 1 | -1/+1 |
| | | | | Currently, the only special widget that takes arguments is zle-keymap-select. | ||||
* | 39046 + 39061: New :P history modifier. | Daniel Shahaf | 2016-08-22 | 1 | -1/+1 |
| | |||||
* | 38957: make use of updates to match-words-by-style and better support ↵ | Oliver Kiddle | 2016-07-28 | 1 | -1/+1 |
| | | | | completion of word-style styles for zstyle | ||||
* | 38953: Fix some issues with match-words-by-style. | Peter Stephenson | 2016-07-28 | 1 | -0/+11 |
| | | | | | | Add keyword retrieval of words. Improve test for start of word in subwords for use in delete-whole-word. If line after cursor is empty, white space is treated as ws-after-cursor. | ||||
* | 38929: new vim style text object using match-words-by-style mechanism | Oliver Kiddle | 2016-07-24 | 1 | -4/+8 |
| | |||||
* | 38866: update add-zle-hook-widget doc for 38850, bug fixes | Barton E. Schaefer | 2016-07-17 | 1 | -11/+7 |
| | | | | Edge case handling, wrap in anonymous function for kshautoload management. | ||||
* | 38783: zcalc tweaks for RPN mode. | Peter Stephenson | 2016-07-04 | 1 | -4/+12 |
| | | | | Make it more straightforward to exchange variables with stack. | ||||
* | 38770: vi upper/lowercase widgets and shell widget example that reads a vi ↵ | Oliver Kiddle | 2016-06-29 | 1 | -0/+11 |
| | | | | movement | ||||
* | 38737: clean up zcalc variables. | Peter Stephenson | 2016-06-21 | 1 | -4/+13 |
| | | | | Undocumented variables now start with "_". | ||||
* | 38736: various RPN mode enhancements for zcalc | Peter Stephenson | 2016-06-21 | 1 | -2/+21 |
| | |||||
* | 38715: add-zle-hook-widget: assorted ksharrays fixes; assign an index to any ↵ | Barton E. Schaefer | 2016-06-19 | 1 | -13/+17 |
| | | | | hook that is added without one, to preserve append ordering |