Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-03-03 | 53394: drop OSC and DCS sequences in key input | Oliver Kiddle | 2 | -2/+31 | |
They are likely to be terminal query responses not keys. If they do match a keybinding that's not affected. Also does likewise for certain CSI sequences. | |||||
2025-03-02 | 53368: ignore no-op changes to EMACS/VI options | Bart Schaefer | 2 | -1/+11 | |
2025-02-28 | 53395: complete snapshot ranges for zfs destroy | Oliver Kiddle | 3 | -5/+33 | |
2025-02-28 | 53393: Complete python module arguments | Ronan Pigott | 5 | -0/+46 | |
Python modules can behave like commands in their own right. This allows modules to define _python_module-* functions that are used to complete module arguments. Also gets the ball rolling by defining completions for venv, http.server, and json.tool. | |||||
2025-02-27 | github #129: fix _gpg completion | Vadim Misbakh-Soloviov | 2 | -2/+9 | |
1) As for now, `--local-user` completion is irrelevant: it completes system users, while gpg expects private keys IDs 2) `secret-keys` completion was also broken and completed nothing. The reason of that to happen was in that fact that it assumed `uid` token would be next after `fpr` (same as it do in public-keys completion), while in current gnupg versions there is at least `grp` token, and potentially can be others. So, instead i+=2 I made `until "uid"` loop. | |||||
2025-02-27 | 53378: support new pipebuf resource limit on FreeBSD | Oliver Kiddle | 4 | -2/+22 | |
Also add other newer limits to the documentation. | |||||
2025-02-15 | 53363: permit "typeset -n +m pattern" | Bart Schaefer | 2 | -4/+10 | |
Also fix spurious error printing the value of a read-only named reference | |||||
2025-02-13 | 53358: adapt completion to reflect 53348 and extend exclusion lists to cover ↵ | Oliver Kiddle | 2 | -28/+33 | |
more + options | |||||
2025-02-12 | 53360: domenuselect() fails if the previous completion did not generate a list | Bart Schaefer | 2 | -0/+6 | |
(fix for segfault) | |||||
2025-02-12 | 53346 (cf. 53350): Util/helpfiles: fix use of "man" on file paths | Bart Schaefer | 2 | -1/+3 | |
2025-02-12 | 53348: Revise handling of incompatible typeset options when used with -n | Bart Schaefer | 4 | -8/+24 | |
2025-02-04 | unposted: remove a few more files by 'make clean' | Jun-ichi Takimoto | 3 | -2/+7 | |
Doc/zsh.{idx,kys} and Etc/FAQ{01-06}.html. These files are already in .gitignore | |||||
2025-01-30 | github #118: completion(git-rebase): non-interactive mode also supports ↵ | Eisuke Kawashima | 2 | -9/+5 | |
--autosquash | |||||
2025-01-30 | 53338: complete typeset -n option | Oliver Kiddle | 2 | -27/+36 | |
2025-01-30 | 53337: allow nameref -p | Oliver Kiddle | 3 | -2/+4 | |
2025-01-30 | 53336: avoid GNU make specific use of $< in a non-inference rule | Oliver Kiddle | 3 | -5/+8 | |
2025-01-30 | 53335: Remove unused dupstring_glen() function | Oliver Kiddle | 7 | -44/+24 | |
Also make use of the dupstring_wlen() variant in more places to avoid a strlen() | |||||
2025-01-30 | 53332, 53334: Avoid strlen calls after sprintf | Oliver Kiddle | 6 | -33/+27 | |
2025-01-27 | 53329: adapt .zle.sgr for CSI sequences that use : instead of ; | Oliver Kiddle | 2 | -3/+11 | |
2025-01-27 | github #128: Updated completion for neovim | GI | 2 | -10/+19 | |
2025-01-27 | github #126: Fix some typos | Wu, Zhenyu | 8 | -9/+13 | |
2025-01-27 | github #125: Add completion for irb --no-pager | Kouhei Yanagita | 2 | -0/+4 | |
2025-01-27 | unposted: fix quoting in openldap completion | Oliver Kiddle | 2 | -1/+3 | |
2025-01-27 | 53327: update for git 2.47 | Oliver Kiddle | 2 | -22/+116 | |
2025-01-27 | 53328: completion options update | Oliver Kiddle | 17 | -64/+321 | |
2025-01-27 | 53326: completion updates for core Linux utils | Oliver Kiddle | 24 | -28/+72 | |
2025-01-27 | 53325: cover newer BSD releases in completion | Oliver Kiddle | 23 | -60/+182 | |
2025-01-20 | Julian Prein: 53309: remove uncommon / obsolete options -t and -W | Bart Schaefer | 2 | -2/+5 | |
2025-01-03 | 53294: fix multibyte handling in "select" prompts | Bart Schaefer | 2 | -3/+19 | |
2025-01-03 | 53293: fix menu() and texinode() in yodl docs | Jun-ichi Takimoto | 4 | -7/+13 | |
2025-01-02 | 53297: Test/A08time: allow %nU/%nS result to be 0 | dana | 2 | -1/+3 | |
2025-01-02 | unposted: _zparseopts: update per workers/53260 | dana | 2 | -0/+7 | |
2024-12-26 | 53260: zparseopts: add options -v (argv) and -G (GNU-style parsing) | dana | 4 | -31/+313 | |
2024-12-26 | 53257: use monotonic clock where appropriate | dana | 18 | -92/+225 | |
update the following features to use the monotonic clock for calculating time deltas and intervals: * MAILCHECK parameter * PERIOD parameter * SECONDS parameter * %(nS.t.f) prompt-expansion sequence * time built-in's elapsed time and cpu % values * zsh/zftp ZFTP_TMOUT parameter * zsh/zprof timings also use CLOCK_MONOTONIC_RAW instead of CLOCK_MONOTONIC on macOS | |||||
2024-12-16 | 53251: _man: fix page completion on macOS, update fall-back paths, etc. | dana | 2 | -52/+82 | |
- fix broken page completion on macOS and FreeBSD (regression caused by workers/50278) - update fall-back paths to include /usr/local/share/man (fixes issues like workers/53249 for systems without `manpath` or equivalent) - fold macOS completion into FreeBSD's, as macOS 13+ uses it now with little modification - add -K option for FreeBSD and -h option for mandoc/NetBSD, complete pre-processor sequences, complete section lists with commas for man-db - exclude HTML pages for FreeBSD-likes | |||||
2024-12-16 | 52108: docs: document benefits of `_normal -p` | dana | 2 | -3/+13 | |
note: commit was severely delayed | |||||
2024-11-23 | 53228: Remove references to Patches "Archive" from FAQ | Clinton Bunch | 2 | -13/+3 | |
2024-11-23 | github #122: Add c17, iso9899:2017, c18, iso9899:2018, gnu17, gnu18, c++20, ↵ | Wu, Zhenyu | 2 | -1/+4 | |
gnu++20, c++23, gnu++23 to gcc completion | |||||
2024-11-23 | github #123: Make okular's completion support *.epub files. | Shlomi Fish | 2 | -1/+4 | |
2024-11-23 | github #124: _dpkg: remove --largemem, --smallmem options | Ryan Rotter | 2 | -2/+3 | |
These options were deleted in 2009: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=468106 | |||||
2024-11-23 | 53243: fix use of vi-fetch-history with a range | Oliver Kiddle | 2 | -4/+20 | |
2024-11-23 | 53244: rename user in test case to reduce likelihood of failure due to user ↵ | Oliver Kiddle | 2 | -8/+13 | |
existing | |||||
2024-11-22 | Remove stray invisible byte from 47731 entry | Lukáš Zaoral | 1 | -1/+1 | |
2024-11-21 | 53238 (+53239 Mikael): support dnf5 | Jun-ichi Takimoto | 3 | -55/+669 | |
some options etc for dnf4 are also updated | |||||
2024-11-12 | Karel Balej: 53240, 53241: updated completions for mpc add, mpc insert | Bart Schaefer | 2 | -1/+20 | |
2024-11-12 | 53137 + 53213: support creating intro.html | Jun-ichi Takimoto | 3 | -8/+50 | |
2024-11-11 | 53174: add Completion/Base/Utility/_as_if | Eric Cook | 3 | -0/+22 | |
2024-11-11 | 53144: _sysctl: support completion with the dot delimiter on linux | Eric Cook | 2 | -1/+14 | |
2024-11-05 | 53209 + tests: do not unmetafy via string pointers into global parameter table | Bart Schaefer | 3 | -1/+15 | |
2024-10-16 | 53146: flags cannot be copied from an undefined function (cf. ca6f4466) | Bart Schaefer | 2 | -1/+7 | |