Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | unposted: docs: Fix some markup and typos. | Daniel Shahaf | 2020-06-26 | 3 | -5/+5 |
| | |||||
* | 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.) | ||||
* | 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. | ||||
* | 46049: docs: Correct the sense of the single-letter abstract of the ↵ | Miroslav Koškár | 2020-06-17 | 1 | -1/+1 |
| | | | | GLOBAL_RCS option (-d) | ||||
* | unposted: zstyle docs: Fix typo. | Daniel Shahaf | 2020-06-10 | 1 | -1/+1 |
| | | | | | | This manifested as a trailing non-underlined ".RE" in the rendered man page. (I guess that was a man page directive, but I'm not sure how the extraneous closing parenthesis caused it to be rendered in the output.) | ||||
* | 46026: Add CLOBBER_EMPTY option. | Peter Stephenson | 2020-06-09 | 1 | -0/+16 |
| | |||||
* | unposted: remove blank line that messed up "man" formatting | Bart Schaefer | 2020-05-17 | 1 | -1/+0 |
| | |||||
* | users/24843: zshcompsys(1): Point to the 'format' style from the 'tag-order' ↵ | Daniel Shahaf | 2020-05-16 | 1 | -0/+3 |
| | | | | style. | ||||
* | 45730: _arguments: Add the -0 flag, which makes $opt_args be populated sanely. | Daniel Shahaf | 2020-05-03 | 1 | -3/+22 |
| | | | | Also, write/extend docstrings for sepjoin() and zjoin(). | ||||
* | 45737 (+ docs, and update the test from 45722): zstyle: When determining the ↵ | Daniel Shahaf | 2020-05-02 | 1 | -3/+3 |
| | | | | weight (specificity) of a pattern, consider the number of components before anything else, as documented. | ||||
* | 45739: docs: Clarifications about zstyle patterns. | Daniel Shahaf | 2020-05-02 | 2 | -16/+20 |
| | | | | | | - Consistently use the term "pattern" rather than "context" or "style pattern" - Correct statements about order of precedence of patterns - Give the rationale for the "rule of thumb" | ||||
* | 45722: docs: Change zstyle example to a non-hierarchical one | Daniel Shahaf | 2020-05-02 | 1 | -8/+15 |
| | |||||
* | github #56: typo: Add a single quote that had been missing | Benjamin Esham | 2020-04-27 | 1 | -1/+1 |
| | |||||
* | unposted: zsh/system: Adjust documentation from workers/45708 | dana | 2020-04-20 | 1 | -4/+3 |
| | |||||
* | 45708: zsh/system: Enable sub-second timeout in zsystem flock | Cedric Ware | 2020-04-20 | 1 | -4/+12 |
| | |||||
* | 45702: compsys: Improve documentation of {insert,separate}-sections | dana | 2020-04-20 | 1 | -3/+22 |
| | |||||
* | 45684: Document - glob qualifier in error cases | Peter Stephenson | 2020-04-15 | 1 | -1/+3 |
| | |||||
* | 45661: docs: Clarify the effect of KSH_ARRAYS on the (I) subscript. | dg1727 | 2020-04-12 | 1 | -0/+4 |
| | |||||
* | Add SHORT_REPEAT option | Mikael Magnusson | 2020-04-02 | 2 | -0/+10 |
| | |||||
* | 45583/0008: Add the 'function -T' syntax. | Daniel Shahaf | 2020-03-22 | 1 | -1/+12 |
| | | | | Config/version.mk was bumped in the previous commit. | ||||
* | unposted: ${(Z)}: Convert documentation to a description block. | Daniel Shahaf | 2020-03-20 | 1 | -4/+17 |
| | |||||
* | 45540: vcs_info git: In non-interactive rebases, compute patch names for ↵ | Daniel Shahaf | 2020-03-15 | 1 | -2/+2 |
| | | | | unapplied patches. | ||||
* | 45307: zstyle docs: Unoverload a placeholder variable name. | Daniel Shahaf | 2020-01-16 | 1 | -4/+5 |
| | | | | | Use 'pattern' to refer to things matched against contexts and 'metapattern' to refer to things matched against patterns. | ||||
* | 45306: zstyle docs: Introduce the first synopsis in the same way as all ↵ | Daniel Shahaf | 2020-01-16 | 1 | -6/+7 |
| | | | | others: with an item()(). | ||||
* | unposted: docs: Fix a cross-reference. | Daniel Shahaf | 2020-01-16 | 2 | -2/+4 |
| | |||||
* | 45287: zshexpn: Describe parameter elision and add some introductory prose | Daniel Shahaf | 2020-01-15 | 1 | -11/+20 |
| | |||||
* | users/24656: docs: Add an example of setting and querying zstyles | Daniel Shahaf | 2020-01-14 | 1 | -8/+27 |
| | |||||
* | users/24659: Cross-ref doc for matchers. | Peter Stephenson | 2020-01-14 | 1 | -0/+6 |
| | |||||
* | 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: Fix punctuation. | Daniel Shahaf | 2020-01-10 | 1 | -1/+1 |
| | |||||
* | 45184: Clarify documentation of %-sequences understood by compadd -[Xx] | dana | 2020-01-05 | 2 | -11/+33 |
| | |||||
* | 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 | 3 | -37/+46 |
| | |||||
* | 45160: zshexpn: Expand documentation of (S) | Daniel Shahaf | 2019-12-31 | 1 | -3/+32 |
| | |||||
* | 45150 + 45152: zshexpn: Use a more minimal example in the documentation of (#b). | Sebastian Gniazdowski | 2019-12-28 | 1 | -3/+4 |
| | |||||
* | 45110: zshmisc(1): Fix markup of "try-list" and "always-list". | Daniel Shahaf | 2019-12-22 | 1 | -12/+12 |
| | |||||
* | 45111: zshmisc(1): Clarify the documentation of 'return' and 'exit' in ↵ | Daniel Shahaf | 2019-12-22 | 1 | -5/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | conjunction with try/always Having reviewed 20076, 20084, 21734, and 21735, my understanding is that the original intention was: - A 'return' in a function does run always-list - An 'exit' outside a function does not run always-list - A 'return' outside a function is treated as an 'exit' All of which are the case today. The remaining case, of 'exit' used inside a function, was not specified by the referenced -workers@ posts; does, as implemented, run the always-list; and furthermore, based in 21734 it's fair to assume that the original documentation was assuming that 'exit' would be used outside of any function, just like it assumed 'return' would be used inside a function. Therefore, have the documentation specify only the behaviour of 'exit' outside any function, and leave the behaviour of 'exit' inside a function unspecified. Anyone who relied on the documentation of 'exit' as documented until this commit would have run into the documentation/implementation discrepancy described in 45075. | ||||
* | 45112: zshmodules: Explicitly document the return values of the 'zstyle' ↵ | Daniel Shahaf | 2019-12-22 | 1 | -0/+6 |
| | | | | getters -s, -b, and -a. | ||||
* | 45113: vcs_info docs: Clarify documentation of the %p/%u/%a patch-format ↵ | Daniel Shahaf | 2019-12-22 | 1 | -3/+3 |
| | | | | expandos. | ||||
* | 45055: Clarify _files documentation | dana | 2019-12-20 | 1 | -3/+6 |
| | |||||
* | 45073: regex-replace docs: Simplify grammar (avoid a double negative, state ↵ | Daniel Shahaf | 2019-12-18 | 1 | -3/+4 |
| | | | | defaults first). | ||||
* | 45035: be explicit about the need for a # in colours specified as hex triplets | Oliver Kiddle | 2019-12-16 | 1 | -4/+4 |
| | |||||
* | 45009: POSIX_CD needs to suppress some forms of option. | Peter Stephenson | 2019-12-12 | 2 | -1/+4 |
| | | | | | Otherwise forms of argument allowed by POSIX are interpreted as options instead. | ||||
* | 44981: Fix some typos in the documentation. | Martijn Dekker | 2019-12-04 | 6 | -6/+6 |
| | |||||
* | 44964: zshmisc(1): Document APPEND_CREATE under the append redirection ↵ | Daniel Shahaf | 2019-12-03 | 1 | -4/+4 |
| | | | | operators, >> and >>!. | ||||
* | unposted: _values: Use the formal parameter's name in the docstring. | Daniel Shahaf | 2019-11-08 | 1 | -1/+1 |
| | |||||
* | github #37: Make it easier to understand what "fc -e" does. | Ned Batchelder | 2019-09-04 | 1 | -2/+2 |
| | |||||
* | Copy functions using functions -c old new. | Peter Stephenson | 2019-08-03 | 1 | -1/+10 |
| | | | | Documentation and test. | ||||
* | 44495: Mention coproc under $! | Bart Schaefer | 2019-07-08 | 1 | -1/+1 |
| | |||||
* | 44480: Don't automatically close externally visible file descroptors. | Peter Stephenson | 2019-07-02 | 3 | -4/+9 |
| | | | | | | | | | | These are descriptors marked FDT_EXTERNAL. Make all sysopen'ed file descriptors FDT_EXTERNAL. Make =(...) call closem() consistent with other substitutions. Document file descriptors are left open. |