| Commit message (Expand) | Author | Age | Files | Lines |
* | 52910: Improve handling of **/ patterns | Bart Schaefer | 2024-05-24 | 1 | -3/+3 |
* | 52641: incarg: add a backward variant and make it repeatable | midchildan | 2024-03-05 | 1 | -7/+57 |
* | 52546: incarg: avoid unneeded subshell | Mikael Magnusson | 2024-02-16 | 1 | -2/+1 |
* | 52520: add new features and improvements to the "incarg" ZLE widget | midchildan | 2024-02-15 | 1 | -31/+242 |
* | unposted: elaboration on Roman's "slurp" implementation from zsh-users | Bart Schaefer | 2024-02-03 | 1 | -0/+31 |
* | 52465: use NULL_GLOB when expanding zmv input pattern to avoid NOMATCH exit | Bart Schaefer | 2024-01-05 | 1 | -1/+7 |
* | 52145: Prompt theme with current time and abbreviated VCS_info. | Sebastian Gniazdowski | 2023-11-29 | 1 | -0/+128 |
* | 52240: use work-var $s not $suffix when setting flags | Sebastian Gniazdowski | 2023-10-26 | 1 | -1/+1 |
* | unposted (cf. 52166): remove obsolete helper for svk | Oliver Kiddle | 2023-10-11 | 1 | -1/+0 |
* | 51812: run-help for docker, perf, podman, ssh, svnadmin | Jörg Sommer | 2023-10-11 | 5 | -0/+26 |
* | 51747: ip accepts the reduction of link to l. | Jörg Sommer | 2023-09-21 | 1 | -1/+1 |
* | 51776: run-help-openssl: Reduce code and use new manpages | Jörg Sommer | 2023-09-21 | 1 | -7/+1 |
* | 52082: Enable linewise edit-command when in visual-line mode. | Christoffer Lundell | 2023-09-16 | 1 | -4/+19 |
* | 52028: improvements to _shadow / _unshadow, plus helper and doc | Bart Schaefer | 2023-08-27 | 1 | -0/+11 |
* | 51813: differentiate empty $2 from omitted $2 in version comparisons | Stephane Chazelas | 2023-06-22 | 1 | -1/+7 |
* | 51593: improve search for command name after skipping prefix assignments | Bart Schaefer | 2023-05-10 | 1 | -3/+3 |
* | 51572: fix "shift" error when running standalone | Bart Schaefer | 2023-03-13 | 1 | -3/+3 |
* | 51144, 51146: vcs_info git: stg: Extract patch descriptions | Daniel Shahaf | 2022-12-09 | 1 | -2/+2 |
* | 51142: vcs_info git: Check the get-unapplied style as documented | Daniel Shahaf | 2022-12-08 | 1 | -2/+6 |
* | 51138: Updated StGit patch detection in vcs_info | Peter Grayson | 2022-12-08 | 1 | -9/+27 |
* | 51088: fix standards reference in comment | Atte Peltomäki | 2022-12-06 | 1 | -1/+1 |
* | 50786: Make match etc. local when used in styles. | Peter Stephenson | 2022-10-17 | 1 | -2/+2 |
* | 50648: Use $ZCALC_HISTORY where appropriate | Julian Prein | 2022-09-25 | 1 | -1/+3 |
* | 50335: simplify "wait" usage, fix signal handling | Bart Schaefer | 2022-06-08 | 1 | -10/+30 |
* | 50323: create helper for shadowing builtins or existing functions and use it ... | Bart Schaefer | 2022-06-04 | 1 | -1/+2 |
* | 50286: avoid zed error if nounset is in effect | Peter Stephenson | 2022-05-26 | 1 | -6/+8 |
* | Jan Brieg: 50212 (and discussion): Add "bright" color variants | Bart Schaefer | 2022-05-14 | 1 | -2/+16 |
* | 49897: Eliminate reliance on $jobstates parameter, fix -P exit status check. | Bart Schaefer | 2022-03-28 | 1 | -17/+20 |
* | promptinit: only exclude current theme from preview if no arguments are given | Mikael Magnusson | 2022-03-08 | 1 | -3/+2 |
* | 49728: vcs_info hg mq: Don't include applied patches in the unapplied patches | Daniel Shahaf | 2022-02-20 | 1 | -0/+3 |
* | 49727 (+ comment): vcs_info quilt: Pass the patches dir path to the gen-appli... | Daniel Shahaf | 2022-02-20 | 4 | -4/+15 |
* | unposted: vcs_info hg mg (with get-unapplied set): Stop leaking a variable to... | Daniel Shahaf | 2022-02-20 | 1 | -1/+1 |
* | security/82: VCS_Info: Fix typo in hook_com[base-name_orig] assignment | Marc Cornellà | 2022-02-12 | 1 | -1/+1 |
* | unposted: vcs_info git: Teach the rebase-apply test case generator to also ge... | Daniel Shahaf | 2022-01-29 | 2 | -1/+12 |
* | unposted: vcs_info git: Add a missing guard against redefining a function. | Daniel Shahaf | 2022-01-29 | 1 | -0/+1 |
* | unposted: vcs_info git: Deconfuse $EDITOR | Daniel Shahaf | 2022-01-29 | 1 | -2/+2 |
* | unposted: vcs_info: Add Vim modelines | Daniel Shahaf | 2022-01-29 | 3 | -0/+6 |
* | 49723: vcs_info quilt: Use quilt-patch-dir and ${QUILT_PATCHES} even when get... | Daniel Shahaf | 2022-01-29 | 1 | -21/+24 |
* | 49722: vcs_info quilt: Refactor for readability. No functional change. | Daniel Shahaf | 2022-01-29 | 1 | -6/+7 |
* | unposted: vcs_info quilt: Remove a no-op variable assignment | Daniel Shahaf | 2022-01-27 | 1 | -1/+0 |
* | 49709: vcs_info hg: Keep $HGPLAIN set for hooks if it had been set outside vc... | Daniel Shahaf | 2022-01-25 | 1 | -1/+0 |
* | 49667: Include US spelling of "grey" ("gray") | Matt Alexander | 2022-01-01 | 1 | -3/+5 |
* | github #82: Fix typos | Dimitris Apostolou | 2021-11-12 | 3 | -3/+3 |
* | 45180: clarify doc for POSIX EREs, fix an issue with PCRE when the replacemen... | Stephane Chazelas | 2021-09-06 | 2 | -31/+86 |
* | 49218: run-help filters cmd_args before calling run-help-<command> | Marlon Richert | 2021-09-06 | 7 | -26/+13 |
* | 48942: Let EDITOR invoked by edit-command-line know it's a zsh script | Akinori MUSHA | 2021-06-03 | 1 | -0/+1 |
* | 48601/0005: zmathfuncdef: Fix the workers/48147 return status / 'set -e' bug. | Daniel Shahaf | 2021-05-18 | 1 | -1/+1 |
* | 48853: improved handling of theme resets when changing prompt themes, especia... | Marlon Richert | 2021-05-16 | 1 | -94/+71 |
* | 48710: histed + other zed updates | Bart Schaefer | 2021-05-15 | 1 | -13/+49 |
* | 48707: fix keymap handling when zed invokes read-from-minibuffer; update doc | Bart Schaefer | 2021-05-15 | 1 | -5/+22 |