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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Completion
/
Zsh
Commit message (
Expand
)
Author
Age
Files
Lines
*
35970: completion: fix typos in _git and _brace_parameter
Daniel Hahler
2015-08-02
1
-1
/
+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
2
-6
/
+168
*
35729: new compadd completion
Oliver Kiddle
2015-07-08
1
-0
/
+52
*
35718: new calendar style date completion
Oliver Kiddle
2015-07-07
1
-5
/
+6
*
35673: Improve _zargs
Mikael Magnusson
2015-07-03
1
-20
/
+44
*
35568: use symlinks in /proc/$$/path on Solaris and procstat on FreeBSD
Oliver Kiddle
2015-06-23
1
-31
/
+35
*
35527: use list-separator style in cases where separator was hardcoded
Oliver Kiddle
2015-06-19
2
-13
/
+13
*
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
*
35350: extend "fc -I" to cover listing of "internal" history events only
Barton E. Schaefer
2015-06-06
1
-14
/
+15
*
35139: complete the new (b) parameter flag
Oliver Kiddle
2015-05-15
1
-0
/
+1
*
unposted: fix descriptions in previous -zcalc commit (cosmetic)
Peter Stephenson
2015-05-05
1
-4
/
+4
*
35033: trivial zcalc completion
Peter Stephenson
2015-05-05
1
-0
/
+7
*
34940: _fc: fix typo breaking completion for history
Oliver Kiddle
2015-04-24
1
-1
/
+1
*
Revert "34926: _fc: Remove a spurious 2"
Mikael Magnusson
2015-04-21
1
-1
/
+1
*
34926: _fc: Remove a spurious 2
Mikael Magnusson
2015-04-19
1
-1
/
+1
*
users/20159: completion: zstyle: Add 'show-ambiguity'
Daniel Shahaf
2015-04-13
1
-0
/
+1
*
Fix ~ and (Q) order in _zattr
Mikael Magnusson
2015-03-15
1
-1
/
+1
*
New completion for add-zsh-hook
Daniel Shahaf
2015-03-05
1
-0
/
+24
*
34435: Update emulate completion.
Peter Stephenson
2015-01-30
1
-2
/
+4
*
34373, 34374: update completion of builtin commands, modifiers,
Oliver Kiddle
2015-01-25
11
-89
/
+162
*
_zstyle vcs_info completion: Add missing styles
Daniel Shahaf
2015-01-25
1
-0
/
+42
*
_zstyle vcs_info: Unbreak branchformat completion
Daniel Shahaf
2015-01-25
1
-1
/
+1
*
33977: don't complete widgets as first argument to bindkey
Daniel Shahaf
2014-12-21
1
-0
/
+1
*
33883: documentation for (*) glob qualifier
Daniel Shahaf
2014-12-07
1
-1
/
+1
*
33485: fixes for zstyle context handling
Oliver Kiddle
2014-10-21
2
-16
/
+9
*
33420: complete -R/-m options and fix feature completion
Oliver Kiddle
2014-10-10
1
-18
/
+24
*
33323: fix bug in removing math functions and complete -M option to functions
Oliver Kiddle
2014-10-02
1
-4
/
+11
*
33061: More useful setopt / unsetopt completion
Mikael Magnusson
2014-09-06
2
-18
/
+14
*
33047: use git to simplify massively source distribution file selection
Peter Stephenson
2014-08-23
5
-95
/
+0
*
32925: complete process groups, partly as a way to suppress insertion of ambi...
Oliver Kiddle
2014-08-13
1
-1
/
+5
*
32694: the number of matches to find is the suffix argument of (Y) qualifier
Daniel Shahaf
2014-06-03
1
-0
/
+1
*
32528: vcs_info: Add check-for-staged-changes
Daniel Shahaf
2014-04-05
1
-0
/
+2
*
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
2
-0
/
+8
*
users/18335: avoid passing to "functions" those typeset options that it does ...
Barton E. Schaefer
2014-01-19
1
-2
/
+2
*
32205: skip cdpath search when prefix begins with "../"
Barton E. Schaefer
2013-12-30
1
-1
/
+1
*
32190: quote _path_files -W path when completing relative to ../
Barton E. Schaefer
2013-12-28
1
-1
/
+1
*
users/18219: compadd -Q for builtins, aliases, and reserved words
Barton E. Schaefer
2013-12-15
1
-3
/
+3
*
32031 plus missed _run_help: get helpfiles install path corect in functions
Peter Stephenson
2013-11-23
1
-1
/
+1
*
32008: complete "." and ":" for run-help, clean Doc/help in make
Martin Vaeth
2013-11-18
2
-1
/
+2
*
31959 (plus tweak to .gitignore): make help files during installation
Martin Vaeth
2013-11-12
1
-0
/
+7
*
31806: _enable _disable: Workaround special characters in alias and function ...
Mikael Magnusson
2013-10-11
2
-6
/
+18
*
31805: Update _enable and _disable for -p, fix related typo in docs
Mikael Magnusson
2013-10-11
2
-7
/
+10
*
31714: handle ".." properly when $PWD or the path prefix traverses a symbolic...
Barton E. Schaefer
2013-09-10
1
-2
/
+14
*
improved math context completion: functions
Peter Stephenson
2013-03-17
6
-2
/
+28
[next]