summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-02-2451470 (tweaked, c.f. 51476): Separate cdpath elements in path-directories ↵Sebastian Stark2-2/+13
completion
2023-02-2451474: make -e and --vault-id options repeatable and update for new options ↵Oliver Kiddle2-25/+69
to ansible 2.13.2
2023-02-21Fix access to autoloaded parameter.Peter Stephenson2-1/+5
Namerefef resolution needs to happen on the parameter after autoload.
2023-02-2051431: "typeset -p" shouldn't change parameter flagsBart Schaefer2-13/+37
2023-02-1951456: complete only modified files with git add -uOliver Kiddle2-8/+17
Also fix a typo, add a missing =, add a prompt for function name after git blame -L and git worktree --force has gained a short -f form.
2023-02-1951455, 51461: new completion for the OpenLDAP client tools including a ↵Oliver Kiddle5-2/+349
helper function for LDAP search filters
2023-02-1751447: silence compiler maybe-uninitialized warning by combining a couple of ↵Oliver Kiddle2-12/+16
variables
2023-02-1751391: complete remote branch names respecting --delete for git pushØystein Walle2-1/+14
2023-02-1451437: Fix incorrectly-passed test case, masked by unrelated bug.Bart Schaefer3-4/+29
A bug with zmodload when unloading/reloading a static module caused the state of the shell options to change during K01 test. Worked around it. Also changed warnnestedvar messages to look more like other such.
2023-02-1451424: $(<...) shouldn't try to open a file with NO_EXECPeter Stephenson3-0/+11
2023-02-1351430: Misc. problems with typeset and $parametersBart Schaefer5-8/+33
* Fix and test for regression of assignment when using typeset command * Fix output of typeset +m and $parameters[ref] * Prevent segfault in typeset
2023-02-1251417: Check subscripts in named reference values more rigorously.Bart Schaefer3-3/+15
2023-02-1251403: Tests and documentation for 51402, clean up some other tests.Bart Schaefer7-18/+218
2023-02-1251402: Some ksh/bash features, additional sanity checkingBart Schaefer5-27/+129
* Add "unset -n" * Allow and enforce "typeset -n -r" for read-only references * "can't change type via subscript reference" error * Better checking for self-referential declarations/assignments * Ksh-style "foo=bar; typeset -n foo" creates foo=bar reference * Support "typeset -n ref; for ref in ..." * Subscripted references use NO_EXEC for safety * References assigned in called scopes reset scope at end * Allow named references to $! $? $$ $- $0 $_
2023-02-1251375: Clarify documentation, fix typos, add indexing.Bart Schaefer5-19/+44
2023-02-1251374: Expose named references in $parameters, fix substitution error.Bart Schaefer5-21/+110
2023-02-1251362: Begin documentation for named references.Bart Schaefer5-7/+146
2023-02-1251361: Tests for 51360.Bart Schaefer3-0/+520
2023-02-1251360: Initial implementation of named references.Bart Schaefer7-16/+266
2023-02-1251404: Nullify filelist after deleting (fix segfault)Bart Schaefer2-2/+10
2023-02-0951320, 51383: fixes to prevent later reappearance of old attributesOliver Kiddle6-3/+14
Also associated test updates and a test fix for TERM=dumb.
2023-02-0651350: ${(S)...//#%...} didn't match the whole stringPeter Stephenson3-0/+15
2023-02-0251354: Fix markup in man page versionDaniel Shahaf2-1/+5
2023-02-0251306: error message in ${unset?error} should be expandedPeter Stephenson4-2/+16
2023-02-0251307: Improve error on attempt to define function from aliased namePeter Stephenson4-3/+18
2023-01-3151342: update PARAMDEF descriptionBart Schaefer2-4/+9
2023-01-3151337: parameter attributes cross-reference typeset equivalents (or lack ↵Bart Schaefer3-16/+23
thereof)
2023-01-27unposted (cribbed from users/28784 by Roman): Add XFail tests for ↵Daniel Shahaf2-0/+21
substituting a single-quoting backslash.
2023-01-2751330: Update python3 completion for version 3.11Shohei YOSHIDA2-1/+10
2023-01-27unposted: Fix typo in an X-Seq number in an old ChangeLog entryDaniel Shahaf1-1/+1
2023-01-2451326: Improve -fsanitize option completionShohei YOSHIDA2-1/+9
- Support comma separated completion - Accept multiple `-fsanitize` options
2023-01-2251322 (+ minor tweak): Update gnu make completion for version 4.4Shohei YOSHIDA2-2/+9
Add `--jobserver-style`, `--shuffle` and `--trace` options And delete '--warn-undefined-functions' option. This option was implemented only in redhat's older make and the official gnu make has never supported it.
2023-01-2151313: fix "git rerere forget" completionBart Schaefer2-3/+5
2023-01-2151310: zle -F handlers preserve LASTWIDGETBart Schaefer2-1/+7
Also fix email address in an old ChangeLog entry
2023-01-1651278: make (i) subscript flag for zero-length string consistentPeter Stephenson3-1/+16
2023-01-1151297: update expected test results to match more optimised escape sequences ↵Oliver Kiddle2-8/+11
with recent changes
2023-01-1151256: Add --refetch to completions of git-fetchJörg Sommer2-0/+4
2023-01-11unposted: mention attributes changes, fix renumbering mistake and allow ↵Oliver Kiddle4-2/+12
completion to offer prompt escapes for PROMPT_EOL_MARK
2023-01-1151295: where the end of a region coincides with the end of PREDISPLAY, don't ↵Oliver Kiddle2-3/+8
extend it to include new text Also fix issue where an int was used for a copy of attributes which breaks if int is smaller than zattr.
2023-01-1051292: fix dynamic updates of region_highlight to account for PREDISPLAYOliver Kiddle2-4/+7
2023-01-1051291: support for highlighting ellipses in the line editorOliver Kiddle4-25/+44
2023-01-1051290: fix display of control characters with SINGLE_LINE_ZLE setOliver Kiddle2-3/+6
2023-01-1051289: don't disable non-colour attributes in prompts for SINGLE_LINE_ZLE ↵Oliver Kiddle3-4/+5
and remove superfluous extra escapes to disable attributes
2023-01-1051281: keep track of attributes left on at the end of left and right prompts ↵Oliver Kiddle4-27/+28
and reapply them explicitly as appropriate
2023-01-1051280: add support for italic and faint fonts in the line editorOliver Kiddle6-49/+101
2023-01-1051258, 51272: refactor handling of terminal attributes, removing OFF flags ↵Oliver Kiddle18-478/+400
in zattr
2023-01-1051276: Fix diff completion for non GNU / FreeBSD platformsNathan Houghton2-15/+31
On OpenBSD, "diff -urpN dir1/ di<TAB>" would refuse to complete a second filename/directory name. This was caused by the -u and -U options getting dropped from args (overwriting args vs appending).
2023-01-08unposted: In a comment, replace a C variables glob pattern with its matches, ↵Daniel Shahaf2-2/+7
for greppability.
2023-01-06unposted (cf. users/28616): _svnadmin: Add comment noting a case that's not ↵Daniel Shahaf2-0/+9
completed correctly.
2022-12-3151263: fix typo - `an path` -> `a path`Max Coplan2-1/+3