summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 53449: do not complete indices for empty array subscriptsKyle Andelin2025-04-042-0/+6
|
* 53445: extra-verbose mode support on some recent Linux and BSD systemsOliver Kiddle2025-04-042-7/+32
|
* 53431: fix assignment via named reference to parameters in outer scopesBart Schaefer2025-03-313-2/+56
|
* 53414: attempting to preview the "restore" keyword is nonsensicalFrank Dana2025-03-312-3/+15
|
* 53413: "print -rP" in preview, in case of special charactersFrank Dana2025-03-312-1/+6
|
* 53399: don't load ZLE early to set keymapOliver Kiddle2025-03-035-27/+18
| | | | | | When zsh is run with -o vi / -o emacs, instead of loading ZLE to force the change, only record the option state. Then when ZLE starts, the vi option determines the default keymap.
* 53394: drop OSC and DCS sequences in key inputOliver Kiddle2025-03-032-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.
* 53368: ignore no-op changes to EMACS/VI optionsBart Schaefer2025-03-022-1/+11
|
* 53395: complete snapshot ranges for zfs destroyOliver Kiddle2025-02-283-5/+33
|
* 53393: Complete python module argumentsRonan Pigott2025-02-285-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.
* github #129: fix _gpg completionVadim Misbakh-Soloviov2025-02-272-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.
* 53378: support new pipebuf resource limit on FreeBSDOliver Kiddle2025-02-274-2/+22
| | | | Also add other newer limits to the documentation.
* 53363: permit "typeset -n +m pattern"Bart Schaefer2025-02-152-4/+10
| | | | Also fix spurious error printing the value of a read-only named reference
* 53358: adapt completion to reflect 53348 and extend exclusion lists to cover ↵Oliver Kiddle2025-02-132-28/+33
| | | | more + options
* 53360: domenuselect() fails if the previous completion did not generate a listBart Schaefer2025-02-122-0/+6
| | | | (fix for segfault)
* 53346 (cf. 53350): Util/helpfiles: fix use of "man" on file pathsBart Schaefer2025-02-122-1/+3
|
* 53348: Revise handling of incompatible typeset options when used with -nBart Schaefer2025-02-124-8/+24
|
* unposted: remove a few more files by 'make clean'Jun-ichi Takimoto2025-02-043-2/+7
| | | | | Doc/zsh.{idx,kys} and Etc/FAQ{01-06}.html. These files are already in .gitignore
* github #118: completion(git-rebase): non-interactive mode also supports ↵Eisuke Kawashima2025-01-302-9/+5
| | | | --autosquash
* 53338: complete typeset -n optionOliver Kiddle2025-01-302-27/+36
|
* 53337: allow nameref -pOliver Kiddle2025-01-303-2/+4
|
* 53336: avoid GNU make specific use of $< in a non-inference ruleOliver Kiddle2025-01-303-5/+8
|
* 53335: Remove unused dupstring_glen() functionOliver Kiddle2025-01-307-44/+24
| | | | Also make use of the dupstring_wlen() variant in more places to avoid a strlen()
* 53332, 53334: Avoid strlen calls after sprintfOliver Kiddle2025-01-306-33/+27
|
* 53329: adapt .zle.sgr for CSI sequences that use : instead of ;Oliver Kiddle2025-01-272-3/+11
|
* github #128: Updated completion for neovimGI2025-01-272-10/+19
|
* github #126: Fix some typosWu, Zhenyu2025-01-278-9/+13
|
* github #125: Add completion for irb --no-pagerKouhei Yanagita2025-01-272-0/+4
|
* unposted: fix quoting in openldap completionOliver Kiddle2025-01-272-1/+3
|
* 53327: update for git 2.47Oliver Kiddle2025-01-272-22/+116
|
* 53328: completion options updateOliver Kiddle2025-01-2717-64/+321
|
* 53326: completion updates for core Linux utilsOliver Kiddle2025-01-2724-28/+72
|
* 53325: cover newer BSD releases in completionOliver Kiddle2025-01-2723-60/+182
|
* Julian Prein: 53309: remove uncommon / obsolete options -t and -WBart Schaefer2025-01-202-2/+5
|
* 53294: fix multibyte handling in "select" promptsBart Schaefer2025-01-032-3/+19
|
* 53293: fix menu() and texinode() in yodl docsJun-ichi Takimoto2025-01-034-7/+13
|
* 53297: Test/A08time: allow %nU/%nS result to be 0dana2025-01-022-1/+3
|
* unposted: _zparseopts: update per workers/53260dana2025-01-022-0/+7
|
* 53260: zparseopts: add options -v (argv) and -G (GNU-style parsing)dana2024-12-264-31/+313
|
* 53257: use monotonic clock where appropriatedana2024-12-2618-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
* 53251: _man: fix page completion on macOS, update fall-back paths, etc.dana2024-12-162-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
* 52108: docs: document benefits of `_normal -p`dana2024-12-162-3/+13
| | | | note: commit was severely delayed
* 53228: Remove references to Patches "Archive" from FAQClinton Bunch2024-11-232-13/+3
|
* github #122: Add c17, iso9899:2017, c18, iso9899:2018, gnu17, gnu18, c++20, ↵Wu, Zhenyu2024-11-232-1/+4
| | | | gnu++20, c++23, gnu++23 to gcc completion
* github #123: Make okular's completion support *.epub files.Shlomi Fish2024-11-232-1/+4
|
* github #124: _dpkg: remove --largemem, --smallmem optionsRyan Rotter2024-11-232-2/+3
| | | | | These options were deleted in 2009: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=468106
* 53243: fix use of vi-fetch-history with a rangeOliver Kiddle2024-11-232-4/+20
|
* 53244: rename user in test case to reduce likelihood of failure due to user ↵Oliver Kiddle2024-11-232-8/+13
| | | | existing
* Remove stray invisible byte from 47731 entryLukáš Zaoral2024-11-221-1/+1
|
* 53238 (+53239 Mikael): support dnf5Jun-ichi Takimoto2024-11-213-55/+669
| | | | some options etc for dnf4 are also updated