summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 54048: consistently re-bind namerefs when returning from greater locallevelHEADmasterPhilippe Altherr41 hours3-31/+83
|
* 54262: track and revert hidden references in chains across locallevel scopesPhilippe Altherr41 hours3-13/+135
|
* 54261: `unset -n` removes named-reference type as well as removes referentPhilippe Altherr41 hours6-40/+275
|
* 54252: allow single dot as a valid (yet incomplete) parameter nameJun-ichi Takimoto4 days2-0/+12
|
* 54251: complete names containing dot only after ${Jun-ichi Takimoto4 days2-4/+13
|
* 54246: _zcalc: accept option -r (RPN mode)Stéphane Blondon7 days2-0/+6
|
* 54170: be sure to skip dummy matches when completingJun-ichi Takimoto9 days2-31/+47
|
* 54241 + 54242: use extra-verbose style in _parametersJun-ichi Takimoto9 days5-7/+17
| | | | add notes in the description of extra-verbose style in zshcompsys(1)
* fix an error in yodl macro nmref()Jun-ichi Takimoto2026-03-092-1/+3
|
* 54185+54209: set default value of verbose style to trueJun-ichi Takimoto2026-03-098-8/+16
|
* 54203: missed file from previous commitBart Schaefer2026-02-211-0/+4
|
* 54203: replace "read -t" with "zselect" for "make check" with no terminaldana2026-02-211-13/+26
|
* 53776: Add PM_NAMEREF to PM_TYPE, reject array initializers for namerefsPhilippe Altherr2026-02-1612-6/+30
|
* 54122: avoid warnings for valid nameref optionsPhilippe Altherr2026-02-163-1/+9
|
* 54063: Simplifications for resolve_nameref() and setscope()Philippe Altherr2026-02-166-137/+106
|
* unposted: fix a format error introduced by commit 33aafecJun-ichi Takimoto2026-02-042-1/+6
|
* 53959+54149: fix a bug when redirecting to a pattern with no matchJun-ichi Takimoto2025-12-213-1/+25
| | | | | when redirecting to/from a pattern (MULTIOS) and if there is no match, issue an error even if NULL_GLOB is in effect.
* 54150: the option --license was removed in 2010Christopher Bock2025-12-161-1/+0
|
* 54148: use same set of options for apt as with apt-getChristopher Bock2025-12-162-30/+68
|
* 54143: Bind '_' to vi-first-non-blank in vicmd keymapAidan Van Duyne2025-12-163-2/+5
|
* 54147: avoid buffer overflow with terminal sequencesOliver Kiddle2025-12-162-2/+7
|
* 54117: update apt completionChristopher Bock2025-11-302-8/+58
| | | | | | | | | | thanks to dana or the many tweaks. * fix: apt-config shell options + add missing options * new: satisy, autoremove, autpurge, --allow-downgrades, --allow-remove-essential,--allow-change-held-packages, --with-new-pkgs, indextargets, --snapshot/-S * snapshot lookup via mr/time^Wrewritten by dana to use zsh/datetime * edit-sources file lookup for .list & .sources
* 54119: fix OSC52 clipboard get with empty clipboardOliver Kiddle2025-11-302-1/+6
|
* unposted (c.f. Bart: 54112): remove unintended Unicode charactersOliver Kiddle2025-11-272-2/+6
|
* 54093 (tweaked per 54101): Cleanup isarr fields and variablesPhilippe Altherr2025-11-2413-129/+141
|
* 54104: fix bug with packing strings into wordcodeOliver Kiddle2025-11-243-2/+7
|
* 54103: support > and < comparisons via the test builtinOliver Kiddle2025-11-244-0/+21
|
* 54094: handle rust coreutils in completionsOliver Kiddle2025-11-2455-56/+99
|
* 54092 (tweaked): _git: improve format completiondana2025-11-222-3/+30
| | | | | | | | | - complete user-defined formats (pretty.<name> in config) - complete tformat: syntax - auto-remove extra : when completing (t|)format: - add new place-holders + added comment per off-list suggestion
* 54091: _git: add support for more pretty format specifiersArseny Maslennikov2025-11-172-0/+7
| | | | | | The specifiers are taken from the git-log(1) man page. The %[ac]h specifier matches the behaviour of git rev-list --date=human.
* unposted: silence compiler warning on new codeOliver Kiddle2025-11-172-2/+4
|
* github #151: Typo correct name in ChangeLogPáll Haraldsson2025-11-171-3/+3
|
* 54085: complete tput -v option on LinuxChristopher Bock2025-11-172-0/+4
|
* 54080 (tweaked): update tags in bts completionChristopher Bock2025-11-172-12/+15
|
* 54084: use _numbers for whence -xChristopher Bock2025-11-172-1/+4
|
* 54074, 54082: add an opaque key for use in zle_highlight/region_highlight to ↵Oliver Kiddle2025-11-178-26/+273
| | | | allow mixing of colours
* 54083: fix for cursor shape in viopp modeOliver Kiddle2025-11-172-2/+9
| | | | | | | Given keybindings which have other vi bindings as a prefix, we don't apply KEYTIMEOUT because we've got to wait for a movement command anyway. This delays running the vi widget so the cursor change was not happening.
* 54075: allow highlighting to be reset in prompts using %H without following ↵Oliver Kiddle2025-11-176-7/+18
| | | | braces
* 54034: ignore completer filenames with funny characters in themOliver Kiddle2025-11-172-1/+6
| | | | This addresses the same issue as 52768 which was reverted.
* 53671: hist: untokenise input to :A and :Pdana2025-11-163-0/+8
|
* 53578 (tweaked): silence gcc warningsdana2025-11-164-12/+18
| | | | | | addresses -Wmaybe-uninitialized and (spurious) -Wformat-overflow warnings omitted the change for zle_refresh.c since it was caught in w/54036
* 53577: _git: improve max-verbose, other descriptionsdana2025-11-162-10/+53
| | | | | | | | - add ability to style specific ref types - significantly improve performance of resolving unambiguous ref names - fix display of ref names without descriptions - make branch and commit descriptions more consistent - improve format of alias descriptions
* 53964 (+ tiny change): improve the description of parameter RANDOMJun-ichi Takimoto2025-11-132-0/+11
|
* 54008: infinite loop running completion with specific multibyte character ↵Heon Jeong2025-11-122-2/+7
| | | | and locale combination
* 54026: update uscan optionsChristopher Bock2025-11-122-12/+41
|
* 54025: complete apt-mark minimize-manualChristopher Bock2025-11-122-1/+5
|
* 53775: Fix some documentation typosLawrence Velázquez2025-11-129-11/+16
|
* 54071: fix prompt colour completionOliver Kiddle2025-11-122-1/+3
|
* 54043, 54055: allow highlighing attributes to be turned back offOliver Kiddle2025-11-1210-76/+175
|
* 54037: fix to highlight layers where special is assigned a low layerOliver Kiddle2025-11-122-1/+5
|