summaryrefslogtreecommitdiff
path: root/Doc
AgeCommit message (Collapse)AuthorFilesLines
2020-07-07github #58: docs: Note that the zsh/regex syntax is platform-dependent.Nuri Jung1-0/+12
2020-07-0646194: docs: metafaq: Remove spurious closing bracketPete Moore1-1/+0
2020-07-03unposted (cf. users/24972, users/24978): Use an ASCII hyphen/minus rather ↵Daniel Shahaf1-3/+3
than a dash.
2020-07-03users/24971: ${(-)var} sorts on signed integersPeter Stephenson1-3/+9
2020-06-2846132: docs: Use an itemized list in the documentation of the *(o) glob ↵Daniel Shahaf1-10/+18
qualifier. This should be easier to read, both as a tutorial and as a reference.
2020-06-2746072 + 46136: Add the 'zle $widget -f nolast' syntax, to improve ↵Daniel Shahaf2-3/+6
add-zle-hook-widget support for multiple hook functions. See workers/46004 for the use-case.
2020-06-27users/24959/0002: Update aliases documentation for the addition of the ↵Daniel Shahaf1-20/+5
ALIAS_FUNC_DEF option.
2020-06-27users/24959/0001: Extend documentation of global aliases.Daniel Shahaf2-1/+16
2020-06-26unposted: docs: Fix some markup and typos.Daniel Shahaf3-5/+5
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.)
2020-06-2246091: Add code to Mercurial VCS backend to show topic if there is any.Manuel Jacob1-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.
2020-06-1746049: docs: Correct the sense of the single-letter abstract of the ↵Miroslav Koškár1-1/+1
GLOBAL_RCS option (-d)
2020-06-10unposted: zstyle docs: Fix typo.Daniel Shahaf1-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.)
2020-06-0946026: Add CLOBBER_EMPTY option.Peter Stephenson1-0/+16
2020-05-17unposted: remove blank line that messed up "man" formattingBart Schaefer1-1/+0
2020-05-16users/24843: zshcompsys(1): Point to the 'format' style from the 'tag-order' ↵Daniel Shahaf1-0/+3
style.
2020-05-0345730: _arguments: Add the -0 flag, which makes $opt_args be populated sanely.Daniel Shahaf1-3/+22
Also, write/extend docstrings for sepjoin() and zjoin().
2020-05-0245737 (+ docs, and update the test from 45722): zstyle: When determining the ↵Daniel Shahaf1-3/+3
weight (specificity) of a pattern, consider the number of components before anything else, as documented.
2020-05-0245739: docs: Clarifications about zstyle patterns.Daniel Shahaf2-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"
2020-05-0245722: docs: Change zstyle example to a non-hierarchical oneDaniel Shahaf1-8/+15
2020-04-27github #56: typo: Add a single quote that had been missingBenjamin Esham1-1/+1
2020-04-20unposted: zsh/system: Adjust documentation from workers/45708dana1-4/+3
2020-04-2045708: zsh/system: Enable sub-second timeout in zsystem flockCedric Ware1-4/+12
2020-04-2045702: compsys: Improve documentation of {insert,separate}-sectionsdana1-3/+22
2020-04-1545684: Document - glob qualifier in error casesPeter Stephenson1-1/+3
2020-04-1245661: docs: Clarify the effect of KSH_ARRAYS on the (I) subscript.dg17271-0/+4
2020-04-02Add SHORT_REPEAT optionMikael Magnusson2-0/+10
2020-03-2245583/0008: Add the 'function -T' syntax.Daniel Shahaf1-1/+12
Config/version.mk was bumped in the previous commit.
2020-03-20unposted: ${(Z)}: Convert documentation to a description block.Daniel Shahaf1-4/+17
2020-03-1545540: vcs_info git: In non-interactive rebases, compute patch names for ↵Daniel Shahaf1-2/+2
unapplied patches.
2020-01-1645307: zstyle docs: Unoverload a placeholder variable name.Daniel Shahaf1-4/+5
Use 'pattern' to refer to things matched against contexts and 'metapattern' to refer to things matched against patterns.
2020-01-1645306: zstyle docs: Introduce the first synopsis in the same way as all ↵Daniel Shahaf1-6/+7
others: with an item()().
2020-01-16unposted: docs: Fix a cross-reference.Daniel Shahaf2-2/+4
2020-01-1545287: zshexpn: Describe parameter elision and add some introductory proseDaniel Shahaf1-11/+20
2020-01-14users/24656: docs: Add an example of setting and querying zstylesDaniel Shahaf1-8/+27
2020-01-14users/24659: Cross-ref doc for matchers.Peter Stephenson1-0/+6
2020-01-11users/24628 (fixed): More doc for selectw-word-style widgets.Peter Stephenson1-1/+14
Add example of how to add a new binding for a widget that fixes a particular word behaviour using styles.
2020-01-10unposted: Fix punctuation.Daniel Shahaf1-1/+1
2020-01-0545184: Clarify documentation of %-sequences understood by compadd -[Xx]dana2-11/+33
2020-01-02unposted (after 45183): Fix yodl error: "contrib.yo:4457: No macro: back(...)".Daniel Shahaf1-1/+1
2020-01-0145183: Improve documentation examplesStephane Chazelas3-37/+46
2019-12-3145160: zshexpn: Expand documentation of (S)Daniel Shahaf1-3/+32
2019-12-2845150 + 45152: zshexpn: Use a more minimal example in the documentation of (#b).Sebastian Gniazdowski1-3/+4
2019-12-2245110: zshmisc(1): Fix markup of "try-list" and "always-list".Daniel Shahaf1-12/+12
2019-12-2245111: zshmisc(1): Clarify the documentation of 'return' and 'exit' in ↵Daniel Shahaf1-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.
2019-12-2245112: zshmodules: Explicitly document the return values of the 'zstyle' ↵Daniel Shahaf1-0/+6
getters -s, -b, and -a.
2019-12-2245113: vcs_info docs: Clarify documentation of the %p/%u/%a patch-format ↵Daniel Shahaf1-3/+3
expandos.
2019-12-2045055: Clarify _files documentationdana1-3/+6
2019-12-1845073: regex-replace docs: Simplify grammar (avoid a double negative, state ↵Daniel Shahaf1-3/+4
defaults first).
2019-12-1645035: be explicit about the need for a # in colours specified as hex tripletsOliver Kiddle1-4/+4