about summary refs log tree commit diff
path: root/Doc/Zsh/contrib.yo
Commit message (Collapse)AuthorAgeFilesLines
* 47830: Fix some documentation typosLawrence Velázquez2021-02-161-2/+2
|
* 47731 (+unposted): add run-help assistant for btrfsJun-ichi Takimoto2020-12-111-6/+9
| | | | also fix format errors in contrib.yo
* 47468: Doc/Zsh/contrib.yo: Fix typoAxel Beckert2020-10-181-1/+1
|
* 47306: edit-command-line: add editor styleMikael Magnusson2020-08-161-0/+6
|
* 46240: Make the expansion of manref()() in ztexi.yo match its expansion in ↵Daniel Shahaf2020-07-131-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 Shahaf2020-06-271-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 Shahaf2020-06-261-2/+2
|
* 46091: Add code to Mercurial VCS backend to show topic if there is any.Manuel Jacob2020-06-221-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 Shahaf2020-03-151-2/+2
| | | | unapplied patches.
* users/24628 (fixed): More doc for selectw-word-style widgets.Peter Stephenson2020-01-111-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 Shahaf2020-01-021-1/+1
|
* 45183: Improve documentation examplesStephane Chazelas2020-01-011-9/+13
|
* 45113: vcs_info docs: Clarify documentation of the %p/%u/%a patch-format ↵Daniel Shahaf2019-12-221-3/+3
| | | | expandos.
* 45073: regex-replace docs: Simplify grammar (avoid a double negative, state ↵Daniel Shahaf2019-12-181-3/+4
| | | | defaults first).
* 44981: Fix some typos in the documentation.Martijn Dekker2019-12-041-1/+1
|
* 43620 (tweaked): vcs_info git: Reverse the order patches are passed to ↵Daniel Shahaf2018-10-081-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 typoDaniel Shahaf2018-10-021-1/+1
|
* Update distro docs to remove dead linksMatthew Martin2018-07-171-11/+11
|
* 41472: introduce cleanup hooks default and restore special themes, and ↵Barton E. Schaefer2017-07-291-2/+72
| | | | update documentation
* unposted (after 40859): Fix yodl warning:Daniel Shahaf2017-03-201-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 Shahaf2017-03-191-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 Shahaf2017-03-181-1/+1
|
* 40822: vcs_info quilt: Document the '.quilt-foo' zstyle context element. ↵Daniel Shahaf2017-03-141-5/+16
| | | | (Compare users/20807.)
* 40492: vcs_info: Escape '%' signs in payloads.Daniel Shahaf2017-02-091-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 Shahaf2017-02-041-2/+2
|
* 40476: vcs_info $backend_misc: Document at the right point, provide in quilt ↵Daniel Shahaf2017-02-031-3/+3
| | | | 'standalone' mode.
* 40396: vcs_info quilt: More documentation of '%Q' and 'use-quilt'.Daniel Shahaf2017-01-251-0/+15
|
* 40035: Cosmetic fixes for comments and documentation.Eitan Adler2016-11-291-1/+1
| | | | Mostly fixes to doubled words.
* unposted: Minor documentation fixes (markup, grammar, etc).Daniel Shahaf2016-10-271-2/+2
|
* 39522: add-zsh-hook/add-zle-hook-widget: Promise append semantics.Daniel Shahaf2016-10-071-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 Shahaf2016-09-301-1/+1
| | | | Currently, the only special widget that takes arguments is zle-keymap-select.
* 39046 + 39061: New :P history modifier.Daniel Shahaf2016-08-221-1/+1
|
* 38957: make use of updates to match-words-by-style and better support ↵Oliver Kiddle2016-07-281-1/+1
| | | | completion of word-style styles for zstyle
* 38953: Fix some issues with match-words-by-style.Peter Stephenson2016-07-281-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 mechanismOliver Kiddle2016-07-241-4/+8
|
* 38866: update add-zle-hook-widget doc for 38850, bug fixesBarton E. Schaefer2016-07-171-11/+7
| | | | Edge case handling, wrap in anonymous function for kshautoload management.
* 38783: zcalc tweaks for RPN mode.Peter Stephenson2016-07-041-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 Kiddle2016-06-291-0/+11
| | | | movement
* 38737: clean up zcalc variables.Peter Stephenson2016-06-211-4/+13
| | | | Undocumented variables now start with "_".
* 38736: various RPN mode enhancements for zcalcPeter Stephenson2016-06-211-2/+21
|
* 38715: add-zle-hook-widget: assorted ksharrays fixes; assign an index to any ↵Barton E. Schaefer2016-06-191-13/+17
| | | | hook that is added without one, to preserve append ordering
* 38693: Add RPN mode to zcalcPeter Stephenson2016-06-161-1/+41
|
* 38684: fix format in contrib.yoJun-ichi Takimoto2016-06-161-3/+3
|
* 38670: New function for managing ZLE special widgets, modeled after ↵Barton E. Schaefer2016-06-121-2/+54
| | | | Functions/Misc/add-zsh-hook.
* unposted: Document run-help-* helper functions.Daniel Shahaf2016-03-181-3/+20
|
* users/21256 + workers/37965: New math functions min(), max(), sum(), ↵Daniel Shahaf2016-02-161-0/+17
| | | | provided by a new autoloadable function 'zmathfunc'.
* unposted: a few cosmetic format fixes in docsJun-ichi Takimoto2015-11-131-3/+2
|
* 37027: allow subword context to discriminate between wordsPeter Stephenson2015-10-301-3/+4
|
* unposted: vcs_info docs: Typo fix.Daniel Shahaf2015-10-221-1/+1
|
* 36856: cdr -p/-P to prune directory listPeter Stephenson2015-10-141-0/+12
|