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
/
Builtins
Commit message (
Expand
)
Author
Age
Files
Lines
*
_pids shouldn't start menu completion if the current word starts with a hyphe...
Sven Wischnowsky
2001-03-26
1
-1
/
+1
*
don't auto-start menu completion after a `%' when completing pids or jobs (13...
Sven Wischnowsky
2001-03-23
1
-1
/
+1
*
new _expand_aliases to, well, expand aliases (13566)
Sven Wischnowsky
2001-03-05
1
-4
/
+14
*
change $words[1] to $service in some more places (13534)
Sven Wischnowsky
2001-02-26
5
-9
/
+16
*
13520: use services and shorten description in _vars_eq
Peter Stephenson
2001-02-22
1
-3
/
+3
*
Add missing quote.
Bart Schaefer
2000-11-27
1
-1
/
+1
*
aloow value `pattern' for insert-unambiguous style to preserve patterns in th...
Sven Wischnowsky
2000-11-08
1
-1
/
+6
*
rename fake style to fake-files (12973)
Sven Wischnowsky
2000-10-12
1
-2
/
+2
*
*** empty log message ***
Sven Wischnowsky
2000-10-11
1
-0
/
+1
*
add _all_matcher completer and supporting C-code for adding a special match r...
Sven Wischnowsky
2000-10-11
1
-4
/
+9
*
*** empty log message ***
Sven Wischnowsky
2000-10-10
2
-12
/
+9
*
more option setting cleanup; remove some unnecessary setopts, remove N qualif...
Sven Wischnowsky
2000-10-06
4
-4
/
+4
*
Redo _zle using _arguments; fix typos.
Bart Schaefer
2000-09-11
1
-8
/
+75
*
more sensible value (12769)
Sven Wischnowsky
2000-09-07
1
-19
/
+26
*
use return value (12682)
Sven Wischnowsky
2000-08-21
1
-0
/
+2
*
enhance _zmodload to use _arguments (12677)
Oliver Kiddle
2000-08-18
1
-17
/
+42
*
remove unnecessary local
Sven Wischnowsky
2000-08-16
1
-3
/
+2
*
12650: don't show aliased modules if there aren't any
Peter Stephenson
2000-08-15
1
-2
/
+5
*
call ps only once and be more intelligent when finding the PIDs (12640)
Sven Wischnowsky
2000-08-15
2
-14
/
+16
*
small improvement to allow lists where the pid is not in the first column (12...
Sven Wischnowsky
2000-08-15
1
-2
/
+2
*
Andrej, 12614: DLL is a shared library suffix.
Bart Schaefer
2000-08-14
1
-1
/
+1
*
add -g option to _parameters to restrict type of parameters completed (12583)
Oliver Kiddle
2000-08-10
3
-7
/
+16
*
new completion for read builtin (12578)
Oliver Kiddle
2000-08-09
3
-5
/
+23
*
12561: Completion/Builtins/_zmodload, Doc/Zsh/builtins.yo,
Peter Stephenson
2000-08-08
1
-2
/
+9
*
12486: new completion caching layer
Adam Spiers
2000-08-02
1
-0
/
+2
*
mention more standard tags in documentation and fix some typos (12177)
Oliver Kiddle
2000-07-05
1
-4
/
+3
*
allow subscripts for compadd -[ak]; new style for history completion; better ...
Sven Wischnowsky
2000-06-22
2
-3
/
+5
*
a bit of security for compinit (avoid using things writable by others); avoid...
Sven Wischnowsky
2000-06-20
1
-1
/
+1
*
allow _expand to expand braces; better detection of braces to complete in C (...
Sven Wischnowsky
2000-06-19
1
-8
/
+35
*
use compadd -[ak] (11549)
Sven Wischnowsky
2000-05-31
17
-44
/
+62
*
fixes for _arguments with sets; make _zpty not use sets (11624)
Sven Wischnowsky
2000-05-29
1
-14
/
+39
*
use of _arguments for completion of a couple more builtins (11615)
Oliver Kiddle
2000-05-28
2
-7
/
+49
*
Split _arguments calls into sets to avoid long mutex lists (11579)
Oliver Kiddle
2000-05-25
2
-13
/
+27
*
11444: add old-list and old-menu to _zstyle
Peter Stephenson
2000-05-17
1
-0
/
+2
*
one hunk of 11381: typo in _vars_eq
Peter Stephenson
2000-05-16
1
-1
/
+1
*
Add -L option to the hash builtin
Oliver Kiddle
2000-05-15
2
-1
/
+2
*
Use _arguments for hash completion and add + options for typeset (11347)
Oliver Kiddle
2000-05-12
2
-19
/
+40
*
complete using _arguments for typeset and its variants (11282)
Oliver Kiddle
2000-05-09
1
-8
/
+69
*
give control over insertion of tab when no non-blank character before cursor;...
Sven Wischnowsky
2000-05-09
1
-0
/
+1
*
make _expand call _complete when called from _expand_word; add ignore-line st...
Sven Wischnowsky
2000-05-08
1
-0
/
+1
*
misc. completion cleanups and changes (11242)
Sven Wischnowsky
2000-05-08
2
-6
/
+34
*
completion function cleanup for `_arguments' with the `-C' option and using i...
Sven Wischnowsky
2000-05-05
5
-6
/
+9
*
don't list when all matches look the same; force-list style to give users con...
Sven Wischnowsky
2000-05-04
1
-0
/
+1
*
Andrej: handle -t option in _zcompile (11067)
Sven Wischnowsky
2000-05-03
1
-8
/
+9
*
completion cleanup, mostly _wanted and $expl (11049)
Sven Wischnowsky
2000-05-02
1
-1
/
+1
*
make _arguments use more than one action when appropriate; add _argument_sets...
Sven Wischnowsky
2000-04-25
4
-8
/
+16
*
Add completion for file descriptors
Oliver Kiddle
2000-04-20
1
-4
/
+7
*
10833: new print completion and complete nothing for clear and logname
Oliver Kiddle
2000-04-19
3
-4
/
+30
*
completion list scrolling cleanup; *STATUS renamed to *PROMPT, styles for new...
Sven Wischnowsky
2000-04-18
1
-0
/
+3
*
better completion after `=', everywhere (10780)
Sven Wischnowsky
2000-04-17
2
-6
/
+12
[next]