summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-03-3049910: move multibyte-related f-flagged test from E03 to D07Jun-ichi Takimoto3-5/+15
POSIX requires printf should calculate width/precision in %s conversion in bytes (not in characters) even in multibyte locale
2022-03-3049908: reset LC_CTYPE to C during testsJun-ichi Takimoto2-2/+5
and do not export MODULE_PATH since child zsh will not import it
2022-03-2949918: Update for 49917 and 49911.Bart Schaefer3-0/+17
2022-03-2949917: change sense of "Ignore insecure ..." answer and use "autoload -r"Bart Schaefer3-11/+15
2022-03-28Add entry for 49897.Bart Schaefer1-0/+5
2022-03-2849897: Eliminate reliance on $jobstates parameter, fix -P exit status check.Bart Schaefer1-17/+20
2022-03-2949853 + 49882/49883: make "${arr[*]:off}" compatible with ksh/bashJun-ichi Takimoto3-3/+55
2022-03-2849890: Avoid scanning unallocated memory in saved command line.Peter Stephenson2-1/+6
2022-03-2449875: completion for info -f.Peter Stephenson2-2/+11
Use local files if there's a slash in the argument.
2022-03-2449845: man page clarification on option scopePeter Stephenson2-0/+8
2022-03-1849852: Add _routing_domains and _routing_tables typesMatthew Martin10-8/+27
2022-03-1849851: _login_class: Complete login.conf.d classesMatthew Martin2-1/+13
2022-03-1349844: Fix node reference errors from 49446 and 49448.Bart Schaefer3-2/+14
2022-03-08promptinit: only exclude current theme from preview if no arguments are givenMikael Magnusson2-3/+7
2022-03-0649802 (+49804): pass MODULE_PATH to zsh started in test W03Jun-ichi Takimoto2-0/+6
2022-03-0349792: Non-interative shell input is line buffered.Peter Stephenson3-7/+26
2022-03-0349787: test for jobs fix in 49783Peter Stephenson3-0/+56
2022-03-02unposted: Fix typo in the previous commit's ChangeLog entryDaniel Shahaf1-1/+1
Found-by: Mehtab Singh Mann <https://github.com/mehtabsinghmann>
2022-03-0149783: Consistently use old job table in parameter modulePeter Stephenson3-48/+85
2022-03-01users/27536: Improved history list documentationPeter Stephenson2-3/+9
Clarify interaction of matching and numbers.
2022-02-2349766: _less: add quotes to -" and -#Jun-ichi Takimoto2-2/+4
2022-02-2349765: _less: add option --color as synonym for -DJun-ichi Takimoto2-2/+7
2022-02-22unposted: Fix some typos and markup.Daniel Shahaf5-5/+13
2022-02-2249672: document "tied" in output from ${(t)...}Peter Stephenson2-0/+10
2022-02-2249769: Mention how to show nanosecond precisionMikael Magnusson2-0/+7
2022-02-2049728: vcs_info hg mq: Don't include applied patches in the unapplied patchesDaniel Shahaf2-0/+7
For instance, with 4 applied patches, 5 unapplied patches, and no guards involved, the patch-format style would indicate 9 (= 4+5) unapplied patches and 4 applied patches.
2022-02-2049727 (+ comment): vcs_info quilt: Pass the patches dir path to the ↵Daniel Shahaf6-4/+38
gen-applied-string, gen-unapplied-string, and set-patch-format hooks I use that in my gen-applied-string hook.
2022-02-20unposted: vcs_info hg mg (with get-unapplied set): Stop leaking a variable ↵Daniel Shahaf2-1/+7
to global scope
2022-02-1649757 (sourceforge #1): offer *.dtx as TeX input filessamcarter2-1/+6
2022-02-1549756 + 49758(Daniel): replace LPAR() in FAQ.yo by SUBST(_LPAR_)Jun-ichi Takimoto3-7/+14
In FAQ.yo, macros inside mytt() and tt() are not expanded. Also includes an update for zyodl.vim by Daniel.
2022-02-13unposted: Fix one underline length in README (cosmetic)Axel Beckert2-1/+6
2022-02-12unposted: Post-release version bumpdana2-1/+3
2022-02-12unposted: Release 5.8.1dana4-6/+8
(cherry picked from commit 1a490c7050cfacd5daf8376d5a1f0e8cb14ccda5)
2022-02-12security/82: VCS_Info: Fix typo in hook_com[base-name_orig] assignmentMarc Cornellà2-1/+5
Tweaked per discussion in security/90, security/91 (cherry picked from commit b34d33e3b3c5ae30e8315111f07634c1e7507531)
2022-02-12CVE-2021-45444: Update NEWS/READMEdana3-0/+22
(cherry picked from commit bdc4d70a7e033b754e68a8659a037ea0fc5f38de)
2022-02-12security/89: Add patch which can optionally be used to work around ↵Marc Cornellà2-0/+103
CVE-2021-45444 in VCS_Info (cherry picked from commit fdb8b0ce6244ff26bf55e0fd825310a58d0d3156)
2022-02-12security/41: Don't perform PROMPT_SUBST evaluation on %F/%K argumentsOliver Kiddle2-0/+15
Mitigates CVE-2021-45444 (cherry picked from commit c187154f47697cdbf822c2f9d714d570ed4a0fd1)
2022-02-0449730: new completions for csplit, pr, ptx, truncateJun-ichi Takimoto5-0/+283
2022-02-0249731: Add OpenBSD sys{clean,merge,patch,upgrade} completionMatthew Martin5-0/+35
2022-01-3049694 + doc: Allow using empty STTY= to freeze tty for a single commandMikael Magnusson4-3/+16
Previously, doing this would just run stty with no arguments, which normally causes it to print some terminal settings to stdout.
2022-01-29unposted: vcs_info git: Teach the rebase-apply test case generator to also ↵Daniel Shahaf3-1/+17
generate rebase-merge test cases
2022-01-29unposted: vcs_info git: Add a missing guard against redefining a function.Daniel Shahaf2-0/+4
2022-01-29unposted: vcs_info git: Deconfuse $EDITORDaniel Shahaf2-2/+5
Work around <https://github.com/chrisbra/vim-zsh/issues/39>.
2022-01-29unposted: vcs_info: Add Vim modelinesDaniel Shahaf5-0/+13
... for consistency with all other vcs_info function files.
2022-01-2949723: vcs_info quilt: Use quilt-patch-dir and ${QUILT_PATCHES} even when ↵Daniel Shahaf2-21/+28
get-unapplied hasn't been set This affects the post-quilt hook. Before this patch, if no patches have been applied and get-unapplied hasn't been set, the second argument to that hook would undergo null elision. The generation of patch subjects for the gen-applied-string, gen-unapplied-string, and set-patch-format hooks was unaffected since it was guarded by [[ -n $patches ]].
2022-01-2949722: vcs_info quilt: Refactor for readability. No functional change.Daniel Shahaf2-6/+10
2022-01-2949715: _subversion: add: Complete target arguments to this subcommandDaniel Shahaf2-10/+17
2022-01-2949714: _subversion: resolve: Complete conflicted files created by merges, tooDaniel Shahaf2-1/+8
2022-01-2949713: _subversion: commit, diff, revert: Update completions for svn 1.7 and ↵Daniel Shahaf2-26/+46
newer * _svn_deletedfiles: Remove. The last version of svn(1) under which that function could possibly complete anything, svn 1.6.x, was EOLed in 2013. Newer versions don't have a "text-base" directory, so $controlled is set to an empty array, so this function returned false for all files, so in 'svn rm' (up to the previous commit) all files were completed (because that's what '_files -g "*(e:false:)"' does). * _svn_status: Remove. Versions of svn newer than the aforementioned 1.6.x have an entries file but never modify it, so the "mtime has changed" check would false negative. Therefore, sequences such as: . svn <TAB> echo >> some/versioned/file svn ci <TAB> . wouldn't offer some/versioned/file. . Furthermore, completion would offer directories with no changed files in them, and even unversioned directories. Now only changed files/directories are offered. * _cache_svn_status, _cache_svn_mtime: Remove. If these hadn't been removed, I would have moved their declarations to file scope so _svn_status could be used from outside this file, too. The replacement function, _svn_modified, doesn't have cache support, but does honour the 'verbose' style to inhibit recursion to subdirectories.
2022-01-2949712: _subversion: svn rm: Complete all svn-controlled files, not only ↵Daniel Shahaf2-1/+4
missing/deleted files Note that currently, _svn_controlled matches all files.