Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-02-02 | 51354: Fix markup in man page version | Daniel Shahaf | 2 | -1/+5 | |
2023-02-02 | 51306: error message in ${unset?error} should be expanded | Peter Stephenson | 4 | -2/+16 | |
2023-02-02 | 51307: Improve error on attempt to define function from aliased name | Peter Stephenson | 4 | -3/+18 | |
2023-01-31 | 51342: update PARAMDEF description | Bart Schaefer | 2 | -4/+9 | |
2023-01-31 | 51337: parameter attributes cross-reference typeset equivalents (or lack ↵ | Bart Schaefer | 3 | -16/+23 | |
thereof) | |||||
2023-01-27 | unposted (cribbed from users/28784 by Roman): Add XFail tests for ↵ | Daniel Shahaf | 2 | -0/+21 | |
substituting a single-quoting backslash. | |||||
2023-01-27 | 51330: Update python3 completion for version 3.11 | Shohei YOSHIDA | 2 | -1/+10 | |
2023-01-27 | unposted: Fix typo in an X-Seq number in an old ChangeLog entry | Daniel Shahaf | 1 | -1/+1 | |
2023-01-24 | 51326: Improve -fsanitize option completion | Shohei YOSHIDA | 2 | -1/+9 | |
- Support comma separated completion - Accept multiple `-fsanitize` options | |||||
2023-01-22 | 51322 (+ minor tweak): Update gnu make completion for version 4.4 | Shohei YOSHIDA | 2 | -2/+9 | |
Add `--jobserver-style`, `--shuffle` and `--trace` options And delete '--warn-undefined-functions' option. This option was implemented only in redhat's older make and the official gnu make has never supported it. | |||||
2023-01-21 | 51313: fix "git rerere forget" completion | Bart Schaefer | 2 | -3/+5 | |
2023-01-21 | 51310: zle -F handlers preserve LASTWIDGET | Bart Schaefer | 2 | -1/+7 | |
Also fix email address in an old ChangeLog entry | |||||
2023-01-16 | 51278: make (i) subscript flag for zero-length string consistent | Peter Stephenson | 3 | -1/+16 | |
2023-01-11 | 51297: update expected test results to match more optimised escape sequences ↵ | Oliver Kiddle | 2 | -8/+11 | |
with recent changes | |||||
2023-01-11 | 51256: Add --refetch to completions of git-fetch | Jörg Sommer | 2 | -0/+4 | |
2023-01-11 | unposted: mention attributes changes, fix renumbering mistake and allow ↵ | Oliver Kiddle | 4 | -2/+12 | |
completion to offer prompt escapes for PROMPT_EOL_MARK | |||||
2023-01-11 | 51295: where the end of a region coincides with the end of PREDISPLAY, don't ↵ | Oliver Kiddle | 2 | -3/+8 | |
extend it to include new text Also fix issue where an int was used for a copy of attributes which breaks if int is smaller than zattr. | |||||
2023-01-10 | 51292: fix dynamic updates of region_highlight to account for PREDISPLAY | Oliver Kiddle | 2 | -4/+7 | |
2023-01-10 | 51291: support for highlighting ellipses in the line editor | Oliver Kiddle | 4 | -25/+44 | |
2023-01-10 | 51290: fix display of control characters with SINGLE_LINE_ZLE set | Oliver Kiddle | 2 | -3/+6 | |
2023-01-10 | 51289: don't disable non-colour attributes in prompts for SINGLE_LINE_ZLE ↵ | Oliver Kiddle | 3 | -4/+5 | |
and remove superfluous extra escapes to disable attributes | |||||
2023-01-10 | 51281: keep track of attributes left on at the end of left and right prompts ↵ | Oliver Kiddle | 4 | -27/+28 | |
and reapply them explicitly as appropriate | |||||
2023-01-10 | 51280: add support for italic and faint fonts in the line editor | Oliver Kiddle | 6 | -49/+101 | |
2023-01-10 | 51258, 51272: refactor handling of terminal attributes, removing OFF flags ↵ | Oliver Kiddle | 18 | -478/+400 | |
in zattr | |||||
2023-01-10 | 51276: Fix diff completion for non GNU / FreeBSD platforms | Nathan Houghton | 2 | -15/+31 | |
On OpenBSD, "diff -urpN dir1/ di<TAB>" would refuse to complete a second filename/directory name. This was caused by the -u and -U options getting dropped from args (overwriting args vs appending). | |||||
2023-01-08 | unposted: In a comment, replace a C variables glob pattern with its matches, ↵ | Daniel Shahaf | 2 | -2/+7 | |
for greppability. | |||||
2023-01-06 | unposted (cf. users/28616): _svnadmin: Add comment noting a case that's not ↵ | Daniel Shahaf | 2 | -0/+9 | |
completed correctly. | |||||
2022-12-31 | 51263: fix typo - `an path` -> `a path` | Max Coplan | 2 | -1/+3 | |
2022-12-31 | 51255: Update erb completion for version 4.0.2 | Shohei YOSHIDA | 2 | -2/+6 | |
2022-12-31 | 51254: Add irb completion for version 1.6.2 | Shohei YOSHIDA | 2 | -2/+17 | |
2022-12-31 | 51253: Update ruby completion for version 3.2.0 | Shohei YOSHIDA | 2 | -10/+20 | |
2022-12-31 | 51233: Update sanitizer list to GCC 12 | Shohei YOSHIDA | 2 | -5/+12 | |
Add following sanitizers - bounds-strict - hwaddress - kernel-address - kernel-hwaddress - leak - pointer-compare - pointer-subtract - shadow-call-stack - shift-base - shift-exponent - thread - undefined And sort the list in alphabetical order | |||||
2022-12-30 | 51249: use of --force-local with tar completion | Daniel Shahaf | 2 | -1/+6 | |
2022-12-17 | 51214: handle read -d and a delimiter that can't be decoded into a character | Oliver Kiddle | 5 | -3/+29 | |
Terminate input at the raw byte value of the delimiter. Also document and test the use of an empty string as a way to specify NUL as the delimiter. | |||||
2022-12-17 | 51207: fix for read -d when the delimiter is a byte >= 0x80 | Jun-ichi Takimoto | 3 | -3/+13 | |
2022-12-16 | 51212: remove STOUC() macro | Oliver Kiddle | 34 | -204/+192 | |
This served as a workaround for ancient compilers where casts to unsigned char were broken. | |||||
2022-12-16 | 51215: consume whole CSI sequences from the input | Oliver Kiddle | 4 | -2/+60 | |
This affects CSI sequences that aren't explicitly bound but arrive within the usual KEYTIMEOUT time limits. A single undefined-key widget is run instead of unintended bindings for Escape and other characters in the sequence. | |||||
2022-12-16 | unpasted: add missing ChangeLog entry | Peter Stephenson | 1 | -0/+4 | |
2022-12-15 | unposted: Follow-up to the last commit: Fix a typo in a comment. | Daniel Shahaf | 2 | -1/+4 | |
2022-12-15 | unposted: zsh.h: lextok: Add an explanatory comment with a cross-reference. | Daniel Shahaf | 2 | -0/+8 | |
2022-12-13 | 51210: Clear errflag before calling EXIT trap | Bart Schaefer | 2 | -0/+7 | |
If this is not done, special cases such as failures in special builtins or errors in math expressions skip the trap execution. | |||||
2022-12-13 | 51198: Clarify and expand ERR_EXIT and ERR_RETURN documentation | Philippe Altherr | 2 | -38/+49 | |
2022-12-13 | 51193: Discuss ERR_EXIT changes | Philippe Altherr | 3 | -2/+62 | |
2022-12-12 | 51134: ! return doesn't change the return status | Peter Stephenson | 2 | -1/+13 | |
2022-12-12 | 51134: document interactive behaviour with ERR_EXIT and ERR_RETURN | Peter Stephenson | 2 | -1/+12 | |
2022-12-09 | 51161: correct errno after closing xtrace FD | Bart Schaefer | 2 | -0/+5 | |
2022-12-09 | 51111: update completion for global to version 6.6.8 | Shohei YOSHIDA | 2 | -2/+10 | |
2022-12-09 | 51047: fix quoting of completion matches when _canonical_paths -N option is used | Bart Schaefer | 2 | -2/+8 | |
2022-12-09 | 51144, 51146: vcs_info git: stg: Extract patch descriptions | Daniel Shahaf | 2 | -2/+8 | |
Joint work with Peter Grayson. | |||||
2022-12-08 | 51142: vcs_info git: Check the get-unapplied style as documented | Daniel Shahaf | 2 | -2/+11 | |
The style was treated as "always true" rather than as "settable, false by default" in the rebase-merge and cherry-pick cases. This affects the gen-unapplied-string hook, and may also affect gen-applied-string and set-patch-format hooks if they accessed VCS_INFO_get_data_git's internal parameters directly. If this affects you, just set the style in your zshrc: . zstyle ':vcs_info:git*:*:*' get-unapplied true |