Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 48897: completion updates for DragonFly 6.0 and OpenBSD 6.9 | Oliver Kiddle | 2021-05-22 | 9 | -13/+35 |
| | |||||
* | 48891: Fix pgrep/pkill -f completion | Marlon Richert | 2021-05-21 | 2 | -2/+12 |
| | | | | Old completion produced false positives & took too much screen space. | ||||
* | 48864: Improve extra-verbose completion display strings for array parameter ↵ | Marlon Richert | 2021-05-21 | 3 | -10/+23 |
| | | | | values | ||||
* | 48601/0005: zmathfuncdef: Fix the workers/48147 return status / 'set -e' bug. | Daniel Shahaf | 2021-05-18 | 2 | -1/+4 |
| | | | | Not tested. | ||||
* | 48601/0004: docs: return: Give examples of using arithmetic evaluation. | Daniel Shahaf | 2021-05-18 | 2 | -2/+11 |
| | |||||
* | 48601/0003: docs: functions -M: Add a subheading and index entries. | Daniel Shahaf | 2021-05-18 | 2 | -0/+9 |
| | |||||
* | 48601/0002: docs: functions -M: Document the return status / result ↵ | Daniel Shahaf | 2021-05-18 | 2 | -10/+51 |
| | | | | interdependency gotchas (cf. 48147). | ||||
* | 48601/0001: docs: functions -M: Move an example to be near the specification ↵ | Daniel Shahaf | 2021-05-18 | 2 | -7/+9 |
| | | | | of the relevant flag | ||||
* | 48594 (plus an "F:" line corresponding to the question there): New tests for ↵ | Daniel Shahaf | 2021-05-18 | 2 | -0/+41 |
| | | | | functions -t / functions -T | ||||
* | 48853: improved handling of theme resets when changing prompt themes, ↵ | Marlon Richert | 2021-05-16 | 3 | -98/+81 |
| | | | | especially for theme preview | ||||
* | 48860: remove mention of bugs that have been fixed | Bart Schaefer | 2021-05-16 | 2 | -21/+2 |
| | |||||
* | 48857: declare "volatile" all globals that may be modified by signal handlers | Bart Schaefer | 2021-05-16 | 7 | -24/+32 |
| | |||||
* | users/26649: add zstyle for rake targets without description | Jörg Sommer | 2021-05-17 | 2 | -1/+6 |
| | | | | | | | `rake -T` shows only these targets having a description. But it might be useful to see all. Allow this with the zsytle setting: zstyle :completion::complete:rake:argument-rest:targets extended true | ||||
* | 48783: update ansible completion to 2.10.8 | Oliver Kiddle | 2021-05-16 | 2 | -13/+28 |
| | |||||
* | 48623: update options in openssh completion to version 8.6 | Oliver Kiddle | 2021-05-16 | 2 | -40/+71 |
| | |||||
* | _timeout: Fix wrong syntax | Mikael Magnusson | 2021-05-16 | 2 | -1/+5 |
| | |||||
* | 33465: use prctl() for "jobs -Z" where available | Han Pingtian | 2021-05-15 | 3 | -0/+16 |
| | | | | Bart apologizes for waiting 7 years to apply this change. | ||||
* | 48723: locale-safe recognition of "Inf" and "NaN" constants in math | Vincent Lefevre | 2021-05-15 | 2 | -2/+9 |
| | |||||
* | users/26742: break out of surrounding shell loops when exit is called from ↵ | Peter Stephenson | 2021-05-15 | 2 | -1/+7 |
| | | | | an exit hook | ||||
* | users/26736: avoid infinite loop in getbyte from exit hook | Bart Schaefer | 2021-05-15 | 2 | -0/+7 |
| | |||||
* | 48560: add new test file missed on original commit | Bart Schaefer | 2021-05-15 | 1 | -0/+163 |
| | |||||
* | 48810: fix potential name clash in test case for autoloading | Bart Schaefer | 2021-05-15 | 2 | -2/+6 |
| | |||||
* | 48790: COMPLETE_IN_WORD inside brace-param | Bart Schaefer | 2021-05-15 | 2 | -4/+26 |
| | |||||
* | 48710: histed + other zed updates | Bart Schaefer | 2021-05-15 | 4 | -20/+83 |
| | |||||
* | 48709: suppress error messages from comptry | Bart Schaefer | 2021-05-15 | 2 | -1/+4 |
| | |||||
* | 48707: fix keymap handling when zed invokes read-from-minibuffer; update doc | Bart Schaefer | 2021-05-15 | 3 | -15/+38 |
| | |||||
* | 48787: Fix command status after failed if | Peter Stephenson | 2021-05-06 | 3 | -1/+11 |
| | | | | | | | If "if" had a hard error in the condition, and there was no else clause, the command status was incorrectly cleared to zero. Add test. | ||||
* | unposted: FAQ: Move section 3.31 to 2.8 | dana | 2021-05-03 | 2 | -63/+65 |
| | | | | See 48613 | ||||
* | unposted: docs: Update http:// FAQ links to https:// | dana | 2021-05-03 | 3 | -2/+5 |
| | | | | See 48613 | ||||
* | 48551: docs: Add disclaimer about POSIX compliance and emulation of other shells | dana | 2021-05-03 | 2 | -0/+9 |
| | |||||
* | 48614: getopts: Calculate OPTIND according to POSIX_BUILTINS | dana | 2021-05-03 | 6 | -2/+52 |
| | |||||
* | 48767: docs: $SECONDS: Clarify what types may be set | Daniel Shahaf | 2021-05-03 | 2 | -2/+8 |
| | |||||
* | 48702: _pandoc: don't use cache, multiple extensions of format, etc. | Jun-ichi Takimoto | 2021-04-28 | 2 | -261/+119 |
| | |||||
* | 48606 + 48607 + unposted test: zmathfunc: Force arguments to be numbers and ↵ | Daniel Shahaf | 2021-04-21 | 3 | -4/+24 |
| | | | | catch errors. | ||||
* | unposted (cf. 48156): New test. | Daniel Shahaf | 2021-04-21 | 2 | -0/+7 |
| | |||||
* | users/26635 (tweaked): vcs_info hg: Compute the branch name correctly when ↵ | Daniel Shahaf | 2021-04-21 | 2 | -3/+10 |
| | | | | | | | | get-revision is set and check-for-changes is not Tweak: Simplify an always-true condition. Review-by: Manuel Jacob | ||||
* | 48638: mention TYPESET_TO_UNSET in NEWS | Bart Schaefer | 2021-04-20 | 2 | -0/+10 |
| | |||||
* | 48435 (tweaked): vcs_info docs: applied-string/unapplied-string: Correct an ↵ | Daniel Shahaf | 2021-04-20 | 3 | -3/+67 |
| | | | | | | | | | | | 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. | ||||
* | 48528/0002: vcs_info git docs: ahead/behind commits: Reduce the number of forks | Daniel Shahaf | 2021-04-20 | 2 | -3/+10 |
| | |||||
* | 48528/0001: vcs_info git docs: ahead/behind commits: Don't run rev-list when ↵ | Daniel Shahaf | 2021-04-20 | 2 | -0/+8 |
| | | | | that would fail | ||||
* | 48617: fix misuse of IGNORE_BRACES when initializing debug_indent | Bart Schaefer | 2021-04-19 | 2 | -1/+8 |
| | |||||
* | 47489: rename standout as italic | Bart Schaefer | 2021-04-19 | 2 | -1/+6 |
| | |||||
* | Add -L to add-(zsh|zle)-hook[-widget] completion | Marlon Richert | 2021-04-19 | 3 | -6/+16 |
| | | | | …and hide mutually exclusive options. | ||||
* | github/zsh-completions #792: added completions for opus-tools (opusenc, ↵ | André Kugland | 2021-04-19 | 2 | -0/+74 |
| | | | | opusdec & opusinfo) | ||||
* | 48619: complete inventory plugins in assignments to ANSIBLE_INVENTORY_ENABLED | Oliver Kiddle | 2021-04-19 | 2 | -7/+10 |
| | |||||
* | 48618: update completions for FreeBSD 13 | Oliver Kiddle | 2021-04-19 | 7 | -33/+96 |
| | |||||
* | 47704: POSIX export and readonly ignore "-p" when parameter names also appear | Bart Schaefer | 2021-04-18 | 4 | -7/+17 |
| | |||||
* | 48560: add TYPESET_TO_UNSET option to remove initialization of parameters | Bart Schaefer | 2021-04-18 | 15 | -18/+102 |
| | | | | | | | | | | 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. | ||||
* | unposted: remove an already fixed bug from BUGS | Jun-ichi Takimoto | 2021-04-18 | 2 | -2/+4 |
| | | | | This was fixed by commit b6ba74c | ||||
* | 48361 (+ 48368 review comments): __arguments: New completion function for ↵ | Daniel Shahaf | 2021-04-17 | 2 | -0/+50 |
| | | | | | | | | | | | | | | | | _arguments. In the penultimate paragraph of the comment, the two possibilities for the relative path cover three cases: - The comment is read in the source tree - The comment is read in an installed tree with --enable-function-subdirs - The comment is read in an installed tree with --disable-function-subdirs Review-by: Matthew Martin Review-by: Oliver Kiddle |