index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Doc
/
Zsh
/
compsys.yo
Age
Commit message (
Expand
)
Author
Files
Lines
2001-01-15
add `services', allowing easier re-use of (parts of) completion functions (13...
Sven Wischnowsky
1
-1
/
+17
2000-11-08
aloow value `pattern' for insert-unambiguous style to preserve patterns in th...
Sven Wischnowsky
1
-1
/
+16
2000-10-23
change some tags used in filename completion: no tag for file-sort, fake-file...
Sven Wischnowsky
1
-5
/
+6
2000-10-12
remove possibility for func() entries in tag-order style, can be done using z...
Sven Wischnowsky
1
-102
/
+22
2000-10-12
rename fake style to fake-files (12973)
Sven Wischnowsky
1
-2
/
+2
2000-10-11
add _all_matcher completer and supporting C-code for adding a special match r...
Sven Wischnowsky
1
-22
/
+52
2000-10-10
*** empty log message ***
Sven Wischnowsky
1
-0
/
+11
2000-10-05
cleanup (12896)
Sven Wischnowsky
1
-31
/
+28
2000-10-05
complete after autoloaded directories (a rather ugly hack); remove old code i...
Sven Wischnowsky
1
-2
/
+3
2000-09-21
Fiddle with _expand_word and its doc.
Bart Schaefer
1
-5
/
+11
2000-09-04
Create "User Contributions" doc and make some assoctiated changes.
Bart Schaefer
1
-102
/
+3
2000-08-29
12716: Document and index REPLY/reply paramters properly.
Bart Schaefer
1
-1
/
+5
2000-08-15
call ps only once and be more intelligent when finding the PIDs (12640)
Sven Wischnowsky
1
-10
/
+8
2000-08-10
Minor documentation fixes (12585)
Oliver Kiddle
1
-46
/
+46
2000-08-10
add -g option to _parameters to restrict type of parameters completed (12583)
Oliver Kiddle
1
-2
/
+6
2000-08-02
12486: new completion caching layer
Adam Spiers
1
-0
/
+72
2000-08-02
if compcontext is an assoc, the keys are the completions and the values are t...
Sven Wischnowsky
1
-3
/
+6
2000-08-01
make $compcontext more powerful and easier to use for simple cases
Sven Wischnowsky
1
-7
/
+15
2000-07-31
clarify manual for menu style; select= and yes= may be given both a number an...
Sven Wischnowsky
1
-0
/
+5
2000-07-27
fix a bug that started menu selection too often; fix bug for `yes=long' and d...
Sven Wischnowsky
1
-2
/
+5
2000-07-26
Move compinit security checks into compaudit.
Bart Schaefer
1
-10
/
+21
2000-07-12
fix for list-prompt docs (12229)
Sven Wischnowsky
1
-1
/
+2
2000-07-05
mention more standard tags in documentation and fix some typos (12177)
Oliver Kiddle
1
-1
/
+17
2000-07-03
12140: make key rebinding for _expand complter easier
Peter Stephenson
1
-1
/
+4
2000-07-03
change format style with warnings tag, don't add descriptions as matches; mak...
Sven Wischnowsky
1
-6
/
+3
2000-06-29
reverse meaning of yes=num again (12122)
Sven Wischnowsky
1
-1
/
+1
2000-06-29
change suffix style to still do expansion if the suffix contains something to...
Sven Wischnowsky
1
-1
/
+2
2000-06-29
even more fun with the menu style (no=num, yes=long-list, reverse meaning of ...
Sven Wischnowsky
1
-1
/
+7
2000-06-28
misc
Sven Wischnowsky
1
-4
/
+4
2000-06-28
12086: Alphabetize.
Bart Schaefer
1
-26
/
+30
2000-06-27
menu style accepts yes=x to start menu completion if there are at least x mat...
Sven Wischnowsky
1
-0
/
+4
2000-06-27
document _use_lo (12082)
Sven Wischnowsky
1
-0
/
+33
2000-06-22
allow subscripts for compadd -[ak]; new style for history completion; better ...
Sven Wischnowsky
1
-0
/
+29
2000-06-20
*** empty log message ***
Sven Wischnowsky
1
-1
/
+14
2000-06-19
_arguments: small fix for -s and new `!...' for things not to complete (but t...
Sven Wischnowsky
1
-0
/
+11
2000-06-19
allow _expand to expand braces; better detection of braces to complete in C (...
Sven Wischnowsky
1
-6
/
+9
2000-06-19
improve filename completion; use accept-exact for in-path completion; new fak...
Sven Wischnowsky
1
-0
/
+18
2000-06-19
restore ZLS_COLORS when possible; better group-name handling in ZLS_COLORS (3...
Sven Wischnowsky
1
-3
/
+8
2000-06-16
enhance ignore-line to ignore all/current/other word(s) (11938)
Sven Wischnowsky
1
-2
/
+10
2000-06-16
zstyle -e option; change math-styles to boolean ones; change defaults for _ex...
Sven Wischnowsky
1
-50
/
+24
2000-06-15
make _files try each pattern only once (and stop after `*') (11915)
Sven Wischnowsky
1
-0
/
+4
2000-06-13
make -A take a pattern as argument to match non-arguments; allow single-lette...
Sven Wischnowsky
1
-4
/
+9
2000-06-13
new _generic widget to call completion with $WIDGET in function field of cont...
Sven Wischnowsky
1
-0
/
+14
2000-06-13
allow insert-tab to contain `pending[=num]' to handle the case when there is ...
Sven Wischnowsky
1
-1
/
+11
2000-06-13
new style `suffix'; use accept-exact style in _expand (?)
Sven Wischnowsky
1
-0
/
+14
2000-06-08
trying to improve _expand; new keep-prefix style, add-space gives more contro...
Sven Wischnowsky
1
-3
/
+24
2000-05-29
doc fix, missing `)' (11638)
Sven Wischnowsky
1
-1
/
+1
2000-05-29
make handling of default tag clearer in the docs (3101)
Sven Wischnowsky
1
-2
/
+12
2000-05-29
fixes for _arguments with sets; make _zpty not use sets (11624)
Sven Wischnowsky
1
-0
/
+7
2000-05-24
11554: Rearrange _arguments doc some more.
Bart Schaefer
1
-133
/
+177
[next]