summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* 54048: consistently re-bind namerefs when returning from greater locallevelHEADmasterPhilippe Altherr3 days1-0/+3
|
* 54262: track and revert hidden references in chains across locallevel scopesPhilippe Altherr3 days1-0/+4
|
* 54261: `unset -n` removes named-reference type as well as removes referentPhilippe Altherr3 days1-0/+6
|
* 54252: allow single dot as a valid (yet incomplete) parameter nameJun-ichi Takimoto4 days1-0/+3
|
* 54251: complete names containing dot only after ${Jun-ichi Takimoto4 days1-0/+5
|
* 54246: _zcalc: accept option -r (RPN mode)Stéphane Blondon8 days1-0/+5
|
* 54170: be sure to skip dummy matches when completingJun-ichi Takimoto10 days1-0/+3
|
* 54241 + 54242: use extra-verbose style in _parametersJun-ichi Takimoto10 days1-0/+7
| | | | add notes in the description of extra-verbose style in zshcompsys(1)
* fix an error in yodl macro nmref()Jun-ichi Takimoto2026-03-091-0/+2
|
* 54185+54209: set default value of verbose style to trueJun-ichi Takimoto2026-03-091-0/+8
|
* 54203: missed file from previous commitBart Schaefer2026-02-211-0/+4
|
* 53776: Add PM_NAMEREF to PM_TYPE, reject array initializers for namerefsPhilippe Altherr2026-02-161-0/+6
|
* 54122: avoid warnings for valid nameref optionsPhilippe Altherr2026-02-161-0/+3
|
* 54063: Simplifications for resolve_nameref() and setscope()Philippe Altherr2026-02-161-0/+6
|
* unposted: fix a format error introduced by commit 33aafecJun-ichi Takimoto2026-02-041-0/+5
|
* 53959+54149: fix a bug when redirecting to a pattern with no matchJun-ichi Takimoto2025-12-211-0/+6
| | | | | when redirecting to/from a pattern (MULTIOS) and if there is no match, issue an error even if NULL_GLOB is in effect.
* 54148: use same set of options for apt as with apt-getChristopher Bock2025-12-161-0/+3
|
* 54143: Bind '_' to vi-first-non-blank in vicmd keymapAidan Van Duyne2025-12-161-0/+3
|
* 54147: avoid buffer overflow with terminal sequencesOliver Kiddle2025-12-161-0/+5
|
* 54117: update apt completionChristopher Bock2025-11-301-0/+2
| | | | | | | | | | 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-301-0/+5
|
* unposted (c.f. Bart: 54112): remove unintended Unicode charactersOliver Kiddle2025-11-271-0/+4
|
* 54093 (tweaked per 54101): Cleanup isarr fields and variablesPhilippe Altherr2025-11-241-0/+6
|
* 54104: fix bug with packing strings into wordcodeOliver Kiddle2025-11-241-0/+3
|
* 54103: support > and < comparisons via the test builtinOliver Kiddle2025-11-241-0/+3
|
* 54094: handle rust coreutils in completionsOliver Kiddle2025-11-241-0/+31
|
* 54092 (tweaked): _git: improve format completiondana2025-11-221-0/+5
| | | | | | | | | - 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-171-0/+3
| | | | | | 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-171-0/+2
|
* github #151: Typo correct name in ChangeLogPáll Haraldsson2025-11-171-3/+3
|
* 54085: complete tput -v option on LinuxChristopher Bock2025-11-171-0/+3
|
* 54080 (tweaked): update tags in bts completionChristopher Bock2025-11-171-0/+3
|
* 54084: use _numbers for whence -xChristopher Bock2025-11-171-0/+3
|
* 54074, 54082: add an opaque key for use in zle_highlight/region_highlight to ↵Oliver Kiddle2025-11-171-0/+5
| | | | allow mixing of colours
* 54083: fix for cursor shape in viopp modeOliver Kiddle2025-11-171-0/+2
| | | | | | | 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-171-0/+4
| | | | braces
* 54034: ignore completer filenames with funny characters in themOliver Kiddle2025-11-171-0/+5
| | | | This addresses the same issue as 52768 which was reverted.
* 53671: hist: untokenise input to :A and :Pdana2025-11-161-0/+3
|
* 53578 (tweaked): silence gcc warningsdana2025-11-161-0/+3
| | | | | | 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-161-0/+5
| | | | | | | | - 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-131-0/+5
|
* 54008: infinite loop running completion with specific multibyte character ↵Heon Jeong2025-11-121-0/+3
| | | | and locale combination
* 54026: update uscan optionsChristopher Bock2025-11-121-0/+3
|
* 54025: complete apt-mark minimize-manualChristopher Bock2025-11-121-0/+3
|
* 53775: Fix some documentation typosLawrence Velázquez2025-11-121-0/+5
|
* 54071: fix prompt colour completionOliver Kiddle2025-11-121-0/+2
|
* 54043, 54055: allow highlighing attributes to be turned back offOliver Kiddle2025-11-121-0/+6
|
* 54037: fix to highlight layers where special is assigned a low layerOliver Kiddle2025-11-121-0/+3
|
* 54036: fixes related to prompt attribute leftoversOliver Kiddle2025-11-121-0/+5
|
* 54064: avoid crash on named references to argv/ARGC, improve valid_nameref()Bart Schaefer2025-11-101-0/+6
| | | | Leaves some edgecase issues unresolved (see tests).