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
/
Doc
/
Zsh
/
compwid.yo
Commit message (
Expand
)
Author
Age
Files
Lines
*
Back off 26270 (accept-and-menu-complete).
Peter Stephenson
2009-01-13
1
-10
/
+1
*
unposted: tweak doc for 26270
Peter Stephenson
2009-01-09
1
-0
/
+9
*
25912: fix another metafication bug in completion
Peter Stephenson
2008-10-18
1
-10
/
+8
*
25893: rescind advice to use m:{[:lower:]}={[:upper:]} matcher for now
Peter Stephenson
2008-10-14
1
-8
/
+10
*
25278: rename sections in compwid.yo to avoid confusion
Peter Stephenson
2008-07-14
1
-17
/
+17
*
29159: expand documentation for correspondence classes with [:...:]
Peter Stephenson
2008-06-16
1
-2
/
+6
*
25138(? mailing list stuck): rewrite of completion matching.
Peter Stephenson
2008-06-08
1
-27
/
+47
*
22819: bits missed for some reason
Peter Stephenson
2006-10-07
1
-2
/
+3
*
22752: improved introduction to completion
Peter Stephenson
2006-09-21
1
-3
/
+3
*
22328, modified: add -o option to compadd
Peter Stephenson
2006-03-07
1
-1
/
+7
*
Minor tweak to _generic plus doc fixes for info interpretation of hyphens.
Bart Schaefer
2005-04-24
1
-4
/
+4
*
c.f. 21071: always use "status" in return and exit status docs
Peter Stephenson
2005-04-01
1
-4
/
+4
*
18059: allow compadd -r and -R with default space suffix
Peter Stephenson
2003-01-13
1
-0
/
+4
*
add new sepcial context -assign-parameter- for completing the parameter in an...
Sven Wischnowsky
2002-07-01
1
-0
/
+3
*
16398: updated zstyle completion and related cleanup
Oliver Kiddle
2002-01-04
1
-1
/
+1
*
fixlet for 15477, don't let it remove consecutive dummy matches (15482)
Sven Wischnowsky
2001-07-25
1
-1
/
+1
*
make display for groups in _describe nicer; improve packing with list_packed;...
Sven Wischnowsky
2001-07-25
1
-0
/
+12
*
various doc fixes and minor completion function changes, most of which
Oliver Kiddle
2001-04-01
1
-3
/
+3
*
spelling corrections (13610)
Oliver Kiddle
2001-03-12
1
-4
/
+4
*
*** empty log message ***
Sven Wischnowsky
2001-01-11
1
-0
/
+15
*
add _all_matcher completer and supporting C-code for adding a special match r...
Sven Wischnowsky
2000-10-11
1
-1
/
+10
*
cleanup for 12896 (12901)
Sven Wischnowsky
2000-10-05
1
-1
/
+1
*
cleanup (12896)
Sven Wischnowsky
2000-10-05
1
-14
/
+15
*
12835: Alphabetize special parameters list (retry broken commit)
Andrey Borzenkov
2000-09-18
1
-177
/
+177
*
Redo _zle using _arguments; fix typos.
Bart Schaefer
2000-09-11
1
-1
/
+2
*
Minor documentation fixes (12585)
Oliver Kiddle
2000-08-10
1
-1
/
+1
*
mention more standard tags in documentation and fix some typos (12177)
Oliver Kiddle
2000-07-05
1
-2
/
+2
*
12063: Assorted typo-squashing and reformatting.
Bart Schaefer
2000-06-25
1
-5
/
+7
*
allow subscripts for compadd -[ak]; new style for history completion; better ...
Sven Wischnowsky
2000-06-22
1
-2
/
+5
*
new match spec characters bBeE, match only word/line not both (11977)
Sven Wischnowsky
2000-06-19
1
-5
/
+26
*
allow display of only messages via $compstate[list]=messages (11688)
Sven Wischnowsky
2000-05-31
1
-3
/
+6
*
add -[ak] options to compadd (11533)
Sven Wischnowsky
2000-05-23
1
-1
/
+9
*
be more careful when decided if to insert tabs instead of completing (11493)
Sven Wischnowsky
2000-05-22
1
-2
/
+1
*
add Felix' completion matching test; some fixes for bugs shown by it (11439)
Sven Wischnowsky
2000-05-17
1
-6
/
+10
*
doc changes; typo in _jobs; integer builtin understands `-i base'
Peter Stephenson
2000-05-14
1
-48
/
+57
*
Spelling corrections in the docs (11315)
Oliver Kiddle
2000-05-11
1
-1
/
+1
*
11297: Document that ZLE closes standard input of user-defined widget funcs.
Bart Schaefer
2000-05-10
1
-11
/
+16
*
give control over insertion of tab when no non-blank character before cursor;...
Sven Wischnowsky
2000-05-09
1
-1
/
+8
*
add -x option to compadd to display message unconditionally
Sven Wischnowsky
2000-05-02
1
-2
/
+7
*
completion doc fixes and cleanup; _sort_tags updated (11047)
Sven Wischnowsky
2000-05-02
1
-37
/
+41
*
move compctl docs behind compsys, mention `zcompile -z' in compsys (11008)
Sven Wischnowsky
2000-04-28
1
-1
/
+1
*
allow to anchor on gaps between strings in matching control specs (10926)
Sven Wischnowsky
2000-04-26
1
-6
/
+38
*
completion list scrolling cleanup; *STATUS renamed to *PROMPT, styles for new...
Sven Wischnowsky
2000-04-18
1
-1
/
+1
*
comment out the code to allow $compstate[insert] to select the group (10690)
Sven Wischnowsky
2000-04-12
1
-12
/
+7
*
make _next_tags be usable with menu-completion
Sven Wischnowsky
2000-04-04
1
-0
/
+6
*
Updated from list as far as 10376
Peter Stephenson
2000-04-01
1
-278
/
+790
*
Initial revision
Tanaka Akira
1999-04-15
1
-0
/
+428