about summary refs log tree commit diff
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* 49391: Document default bracketed-paste bindingsBart Schaefer2021-09-081-1/+1
|
* 45180: clarify doc for POSIX EREs, fix an issue with PCRE when the ↵Stephane Chazelas2021-09-061-1/+4
| | | | replacement was empty or generated more than one element
* 49154: clarify status on exec failurezerkous2021-09-061-8/+15
|
* 48888: improve doc for $$ and $PPID, add fail test for PPID readonly-nessBart Schaefer2021-09-062-10/+11
|
* 49307 with doc update: POSIX_TRAPS fix.Peter Stephenson2021-08-262-5/+12
| | | | | With POSIX_TRAPS set, an ignored signal stays ignored when entering a subshell.
* users/26734: docs: read: Notate the parameter name argument as optional.Daniel Shahaf2021-08-141-1/+1
|
* 48096: Update Sourceforge links to https://zsh.sourceforge.io/Peter Stephenson2021-06-222-3/+3
|
* 49065: remove bad cross-referenceBart Schaefer2021-06-131-3/+2
|
* 48601/0004: docs: return: Give examples of using arithmetic evaluation.Daniel Shahaf2021-05-181-2/+8
|
* 48601/0003: docs: functions -M: Add a subheading and index entries.Daniel Shahaf2021-05-181-0/+6
|
* 48601/0002: docs: functions -M: Document the return status / result ↵Daniel Shahaf2021-05-181-10/+48
| | | | interdependency gotchas (cf. 48147).
* 48601/0001: docs: functions -M: Move an example to be near the specification ↵Daniel Shahaf2021-05-181-7/+6
| | | | of the relevant flag
* 48853: improved handling of theme resets when changing prompt themes, ↵Marlon Richert2021-05-161-4/+6
| | | | especially for theme preview
* 48710: histed + other zed updatesBart Schaefer2021-05-151-2/+19
|
* 48707: fix keymap handling when zed invokes read-from-minibuffer; update docBart Schaefer2021-05-151-10/+11
|
* unposted: docs: Update http:// FAQ links to https://dana2021-05-032-2/+2
| | | | See 48613
* 48551: docs: Add disclaimer about POSIX compliance and emulation of other shellsdana2021-05-031-0/+6
|
* 48614: getopts: Calculate OPTIND according to POSIX_BUILTINSdana2021-05-032-2/+4
|
* 48767: docs: $SECONDS: Clarify what types may be setDaniel Shahaf2021-05-031-2/+3
|
* 48435 (tweaked): vcs_info docs: applied-string/unapplied-string: Correct an ↵Daniel Shahaf2021-04-201-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.
* 48560: add TYPESET_TO_UNSET option to remove initialization of parametersBart Schaefer2021-04-183-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.
* 45583/0008: vcs_info git: Use best practices in an exampleDaniel Shahaf2021-04-151-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 Shahaf2021-04-151-1/+1
| | | | description.
* 45583/0006: vcs_info docs: Change user-context name in an example, to avoid ↵Daniel Shahaf2021-04-151-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 Shahaf2021-04-151-1/+13
| | | | terminal escape sequences.
* 45583/0004: docs: Document that hook functions may rely on $? (see ↵Daniel Shahaf2021-04-151-1/+2
| | | | workers/48570).
* 45583/0003: docs: Fix rendering in the man page outputDaniel Shahaf2021-04-151-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 outputDaniel Shahaf2021-04-151-0/+2
| | | | | The texi output was unaffected. However, in the man page on my system, everything after the example() was underlined and not indented.
* 45583/0001: docs: Minor markup tweakDaniel Shahaf2021-04-151-1/+1
|
* 47913: implement CASE_PATHS option to make NO_CASE_GLOB more sensibleBart Schaefer2021-04-101-0/+16
|
* 48410: FAQ, METAFAQ: Mention zsh-security@.Daniel Shahaf2021-04-081-1/+7
|
* 48356: clarify (the intended) behaviour for the two anchor forms of matching ↵Oliver Kiddle2021-04-031-2/+7
| | | | control
* unposted: docs: _arguments: Fix a typo in the example.Daniel Shahaf2021-03-291-1/+1
|
* unposted: Improve documentation and add regression test for workers/47745dana2021-03-231-1/+2
|
* 48073: Add fc -s as POSIX way of rerunning command without starting editorMartijn Dekker2021-02-171-1/+2
|
* 47830: Fix some documentation typosLawrence Velázquez2021-02-161-2/+2
|
* github #68: support section suffix completion for man pagestaiyu2021-02-131-3/+7
| | | | | Support prepend and suffix values for insert-sections Add values for insert-sections for zstyle completion
* unposted: Add cindex entries for some subsectionsBart Schaefer2021-02-051-3/+12
|
* 47731 (+unposted): add run-help assistant for btrfsJun-ichi Takimoto2020-12-111-6/+9
| | | | also fix format errors in contrib.yo
* unposted: index compprefuncs and comppostfuncsBart Schaefer2020-12-051-0/+2
|
* 47547: docs: Specify the exact kind of quoting which is assumed when parsing ↵ivan tkachenko2020-11-161-1/+1
| | | | arithmetic expressions
* unposted: Fix typo 'my be' for typesetMikael Magnusson2020-11-121-1/+1
|
* 47494, 47495: Add -n option to strftimeMikael Magnusson2020-10-251-2/+5
|
* 47468: Doc/Zsh/contrib.yo: Fix typoAxel Beckert2020-10-181-1/+1
|
* users/26088: docs: zle -R: Clarify that it needs not be called in the normal ↵Daniel Shahaf2020-10-031-5/+4
| | | | course of things, but only when an immediate, interim redisplay is desired.
* 47364: Enable extendedglob in pattern with ${(*)name/pattern/replacement}Bart Schaefer2020-09-131-1/+5
| | | | Mikael Magnusson: 47382: Completion for 47364
* 47328: remove references to old zsh.org mail addressesOliver Kiddle2020-08-211-10/+8
|
* 47306: edit-command-line: add editor styleMikael Magnusson2020-08-161-0/+6
|
* 47313: docs: Document explicitly that the :P modifier returns a symlink-less ↵Daniel Shahaf2020-08-161-2/+4
| | | | path.
* unposted: Update documentation for the move to new hosting.Daniel Shahaf2020-08-081-1/+1
|