summaryrefslogtreecommitdiff
path: root/Doc
AgeCommit message (Collapse)AuthorFilesLines
2021-05-1848601/0001: docs: functions -M: Move an example to be near the specification ↵Daniel Shahaf1-7/+6
of the relevant flag
2021-05-1648853: improved handling of theme resets when changing prompt themes, ↵Marlon Richert1-4/+6
especially for theme preview
2021-05-1548710: histed + other zed updatesBart Schaefer1-2/+19
2021-05-1548707: fix keymap handling when zed invokes read-from-minibuffer; update docBart Schaefer1-10/+11
2021-05-03unposted: docs: Update http:// FAQ links to https://dana2-2/+2
See 48613
2021-05-0348551: docs: Add disclaimer about POSIX compliance and emulation of other shellsdana1-0/+6
2021-05-0348614: getopts: Calculate OPTIND according to POSIX_BUILTINSdana2-2/+4
2021-05-0348767: docs: $SECONDS: Clarify what types may be setDaniel Shahaf1-2/+3
2021-04-2048435 (tweaked): vcs_info docs: applied-string/unapplied-string: Correct an ↵Daniel Shahaf1-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.
2021-04-1848560: add TYPESET_TO_UNSET option to remove initialization of parametersBart Schaefer3-1/+20
Changes typeset such that ${newparam-notset} yields "notset" and "typeset -p newparam" does not show an assignment to the parameter. This is similar to the default behavior of bash and ksh, with minor differences in typeset output. Also add tests for some POSIX incompatibilities plus minor changes for test harness robustness.
2021-04-1545583/0008: vcs_info git: Use best practices in an exampleDaniel Shahaf1-1/+1
The alias was vulnerable to SHORT_LOOPS syntax, not invokable from scripts, etc..
2021-04-1545583/0007: vcs_info docs: vcs_info_lastmsg: Correct an ambiguous/wrong ↵Daniel Shahaf1-1/+1
description.
2021-04-1545583/0006: vcs_info docs: Change user-context name in an example, to avoid ↵Daniel Shahaf1-2/+2
confusion with the special-casing of the value `command' in vcs_info_lastmsg.
2021-04-1545583/0005: vcs_info docs: Recommend use of prompt expandos rather than ↵Daniel Shahaf1-1/+13
terminal escape sequences.
2021-04-1545583/0004: docs: Document that hook functions may rely on $? (see ↵Daniel Shahaf1-1/+2
workers/48570).
2021-04-1545583/0003: docs: Fix rendering in the man page outputDaniel Shahaf1-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).
2021-04-1545583/0002 (tweaked): docs: Fix rendering of an example in the man page outputDaniel Shahaf1-0/+2
The texi output was unaffected. However, in the man page on my system, everything after the example() was underlined and not indented.
2021-04-1545583/0001: docs: Minor markup tweakDaniel Shahaf1-1/+1
2021-04-1047913: implement CASE_PATHS option to make NO_CASE_GLOB more sensibleBart Schaefer1-0/+16
2021-04-0848410: FAQ, METAFAQ: Mention zsh-security@.Daniel Shahaf1-1/+7
2021-04-0348356: clarify (the intended) behaviour for the two anchor forms of matching ↵Oliver Kiddle1-2/+7
control
2021-03-29unposted: docs: _arguments: Fix a typo in the example.Daniel Shahaf1-1/+1
2021-03-23unposted: Improve documentation and add regression test for workers/47745dana1-1/+2
2021-02-1748073: Add fc -s as POSIX way of rerunning command without starting editorMartijn Dekker1-1/+2
2021-02-1647830: Fix some documentation typosLawrence Velázquez1-2/+2
2021-02-13github #68: support section suffix completion for man pagestaiyu1-3/+7
Support prepend and suffix values for insert-sections Add values for insert-sections for zstyle completion
2021-02-05unposted: Add cindex entries for some subsectionsBart Schaefer1-3/+12
2020-12-1147731 (+unposted): add run-help assistant for btrfsJun-ichi Takimoto1-6/+9
also fix format errors in contrib.yo
2020-12-05unposted: index compprefuncs and comppostfuncsBart Schaefer1-0/+2
2020-11-1647547: docs: Specify the exact kind of quoting which is assumed when parsing ↵ivan tkachenko1-1/+1
arithmetic expressions
2020-11-12unposted: Fix typo 'my be' for typesetMikael Magnusson1-1/+1
2020-10-2547494, 47495: Add -n option to strftimeMikael Magnusson1-2/+5
2020-10-1847468: Doc/Zsh/contrib.yo: Fix typoAxel Beckert1-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-09-1347364: Enable extendedglob in pattern with ${(*)name/pattern/replacement}Bart Schaefer1-1/+5
Mikael Magnusson: 47382: Completion for 47364
2020-08-2147328: remove references to old zsh.org mail addressesOliver Kiddle1-10/+8
2020-08-1647306: edit-command-line: add editor styleMikael Magnusson1-0/+6
2020-08-1647313: docs: Document explicitly that the :P modifier returns a symlink-less ↵Daniel Shahaf1-2/+4
path.
2020-08-08unposted: Update documentation for the move to new hosting.Daniel Shahaf1-1/+1
2020-07-1346240: Make the expansion of manref()() in ztexi.yo match its expansion in ↵Daniel Shahaf5-6/+7
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()().
2020-07-12users/24985: Clarify documentation of the ${(n)} and ${(-)} parameter ↵Daniel Shahaf1-3/+6
expansion flags, and add a forward compatibility hatch to the latter.
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