index
:
mirror/zsh
this commit
#CVSPS.NO.BRANCH
5.9
declarednull
dot-zsh-3.1.5-pws-14
dot-zsh-3.1.5-pws-17
dot-zsh-3.1.5-pws-19
fork_early
interrupt_abort
job_control_debug
job_control_debug2
master
mikachu/badarrays
mikachu/redrawhook
schaefer/badarrays
typeset-array
zsh
zsh-3.1.5-pws-16-patches
zsh-4.0-patches
zsh-4.2-patches
zsh-5.8-patches
mirror of git://git.code.sf.net/p/zsh/code
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Completion
/
Zsh
/
Type
Commit message (
Expand
)
Author
Age
Files
Lines
*
53056: new zsh/random module defining an SRANDOM parameter and zrand_float() ...
Clinton Bunch
2024-08-31
1
-1
/
+1
*
52646: extend support for highlight groups to completion explanation strings ...
Oliver Kiddle
2024-03-05
1
-8
/
+13
*
51980: Add glob qualifier grouping operator to completion
Atte Peltomäki
2023-09-20
1
-0
/
+1
*
52142: Move _history_modifiers call to _parameter
Mikael Magnusson
2023-09-15
1
-5
/
+0
*
51761: Use zstyle verbose for _parameters descriptions
Marlon Richert
2023-05-21
1
-1
/
+1
*
51759: Show alias values in command completions
Marlon Richert
2023-05-21
1
-2
/
+8
*
unposted: mention attributes changes, fix renumbering mistake and allow compl...
Oliver Kiddle
2023-01-11
1
-1
/
+1
*
Marlon Richert: 50307 (cf. PWS 50205): suffix aliases should not collide with...
Bart Schaefer
2022-05-30
1
-0
/
+1
*
49648 based on github #80 (Vincent Bernat): invert before/since for date glob...
Oliver Kiddle
2021-12-16
1
-5
/
+3
*
49643: facilitate use of the fake style by always calling _description with t...
Oliver Kiddle
2021-12-13
1
-4
/
+8
*
48864: Improve extra-verbose completion display strings for array parameter v...
Marlon Richert
2021-05-21
1
-5
/
+9
*
48513: Let extra-verbose completion show parameter values
Marlon Richert
2021-04-16
1
-14
/
+30
*
47304: _globflags: support specifying more than one flag where appropriate
Mikael Magnusson
2020-08-16
1
-9
/
+24
*
github #61: _parameters: Don't leak the variable $i
oxiedi
2020-07-14
1
-1
/
+1
*
46036: fix colouring in prompt completion
Oliver Kiddle
2020-06-11
1
-3
/
+3
*
45424: completion: Add **/sbin to PATH when completing commands like sudo
dana
2020-03-11
1
-3
/
+16
*
45447: Complete vcs_info_hookadd and vcs_info_hookdel. Expose _vcs_info_hooks...
Daniel Shahaf
2020-02-19
1
-0
/
+2
*
44274: allow finer control of completion match soring with compadd's -o option
Oliver Kiddle
2019-05-07
1
-1
/
+1
*
44201: _command_name: Check for external forcing precommand
Matthew Martin
2019-04-04
1
-0
/
+2
*
43818: complete math functions for other modules besides zsh/mathfunc
Oliver Kiddle
2018-11-12
1
-5
/
+8
*
43185: Use [ suffix for associative arrays; add + to remove-chars
Matthew Martin
2018-07-29
1
-1
/
+2
*
41960: add missing local declarations for MATCH, MBEGIN and MEND
Sebastian Gniazdowski
2017-10-29
1
-1
/
+2
*
41831: fix compset usage in ogg123 completion and tweak where compset -p is a...
Oliver Kiddle
2017-10-11
1
-1
/
+1
*
39834: when print used with -v and -l, include a final newline
Oliver Kiddle
2016-11-05
1
-2
/
+3
*
39389: when printf -v is used with an array use separate elements each time t...
Oliver Kiddle
2016-11-05
1
-2
/
+1
*
39657: Make a helper function global.
Daniel Shahaf
2016-10-18
1
-0
/
+14
*
39479 + 39481 minus _path_files hunk (see 39489): Completion: audit 'compset ...
Daniel Shahaf
2016-10-07
4
-2
/
+8
*
39046 + 39061: New :P history modifier.
Daniel Shahaf
2016-08-22
1
-2
/
+3
*
38956: factor out zle widget completion into its own function
Oliver Kiddle
2016-07-28
1
-0
/
+9
*
38735: support verbose style to allow clearer but less compact descriptions f...
Oliver Kiddle
2016-06-22
1
-4
/
+20
*
38736: various RPN mode enhancements for zcalc
Peter Stephenson
2016-06-21
2
-2
/
+2
*
38707: strip suffix for glob qualifier completion
Oliver Kiddle
2016-06-18
1
-1
/
+1
*
unposted: Fix broken case condition and "qualifer" typo
Mikael Magnusson
2015-09-28
2
-2
/
+2
*
36146: avoid mix of -/ and -g with _files as that just overrides user prefere...
Oliver Kiddle
2015-08-14
1
-3
/
+1
*
35753: allow for numbers after the ( in ternary expressions and fix backslash...
Oliver Kiddle
2015-07-23
1
-10
/
+9
*
users/20324: add (D) flag for tilde-fied completion listing
Barton E. Schaefer
2015-07-22
1
-3
/
+3
*
unposted: _ps1234: Fix ternary test char completion
Mikael Magnusson
2015-07-15
1
-3
/
+3
*
35756: use the actual colours in the completion list for terminal colours
Oliver Kiddle
2015-07-14
1
-16
/
+30
*
35748: fixes to prompt spec completion where it contains date formats
Oliver Kiddle
2015-07-09
1
-0
/
+157
*
35718: new calendar style date completion
Oliver Kiddle
2015-07-07
1
-5
/
+6
*
35568: use symlinks in /proc/$$/path on Solaris and procstat on FreeBSD
Oliver Kiddle
2015-06-23
1
-31
/
+35
*
35521: sort matches numerically and use pfiles on Solaris
Oliver Kiddle
2015-06-18
1
-13
/
+24
*
35490: silence errors and avoid blank match due to missing local
Eric Cook
2015-06-18
1
-8
/
+21
*
34373, 34374: update completion of builtin commands, modifiers,
Oliver Kiddle
2015-01-25
2
-1
/
+11
*
33883: documentation for (*) glob qualifier
Daniel Shahaf
2014-12-07
1
-1
/
+1
*
33047: use git to simplify massively source distribution file selection
Peter Stephenson
2014-08-23
1
-25
/
+0
*
32694: the number of matches to find is the suffix argument of (Y) qualifier
Daniel Shahaf
2014-06-03
1
-0
/
+1
*
32412 / 32415: New giga- and terabyte units for glob qualifiers
Manuel Presnitz
2014-03-01
1
-3
/
+3
*
32303: simplistic completion after $x:
Peter Stephenson
2014-01-28
1
-0
/
+5
*
users/18219: compadd -Q for builtins, aliases, and reserved words
Barton E. Schaefer
2013-12-15
1
-3
/
+3
[next]