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
/
Base
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix test for prefix-needed (16667)
Sven Wischnowsky
2002-02-18
1
-3
/
+2
*
add -x option (to be passed on to compadd) to _description and friends; make ...
Sven Wischnowsky
2002-02-12
6
-48
/
+34
*
add new generic fake style and changes to the C-code for that (different impl...
Sven Wischnowsky
2002-01-22
7
-7
/
+33
*
allow arguments to be given to functions used by compdef (actually, the strin...
Sven Wischnowsky
2002-01-21
3
-10
/
+16
*
use pager style instead of $EDITOR and fix bad substitution in exclusion lists
Oliver Kiddle
2002-01-17
1
-2
/
+3
*
16461: a number of minor completion function updates
Oliver Kiddle
2002-01-16
1
-1
/
+1
*
fixes for completion of signal names with SIG prefix and for completing comma...
Sven Wischnowsky
2002-01-07
1
-2
/
+2
*
16398: updated zstyle completion and related cleanup
Oliver Kiddle
2002-01-04
1
-7
/
+0
*
16397: use nul instead of colon to avoid problems with _value: functions
Oliver Kiddle
2002-01-03
1
-21
/
+16
*
fix: make _describe handle (...) arguments correctly; use _file_descriptors a...
Sven Wischnowsky
2001-10-19
1
-2
/
+10
*
undo most of 15650, do that in shell code (15669)
Sven Wischnowsky
2001-08-20
1
-5
/
+6
*
make insert-tab really default to `true' (15653)
Sven Wischnowsky
2001-08-17
1
-1
/
+1
*
15638
Sven Wischnowsky
2001-08-16
1
-1
/
+2
*
make _dd not use already used specs; fix for selecting stuff to complete in _...
Sven Wischnowsky
2001-08-07
2
-3
/
+12
*
(15526)
Sven Wischnowsky
2001-07-30
1
-0
/
+8
*
(15509)
Sven Wischnowsky
2001-07-27
1
-2
/
+3
*
Fix typo.
Bart Schaefer
2001-07-25
1
-1
/
+1
*
move pattern matching in the loop to make sure all match specs are used (15487)
Sven Wischnowsky
2001-07-25
1
-43
/
+47
*
another fix for 15477 (separator strings); add list-separator style (15484)
Sven Wischnowsky
2001-07-25
1
-3
/
+3
*
make display for groups in _describe nicer; improve packing with list_packed;...
Sven Wischnowsky
2001-07-25
1
-24
/
+16
*
yet another followup to 15497; make _describe filter out non-matching strings...
Sven Wischnowsky
2001-07-19
1
-0
/
+43
*
add list-grouped option to make options and such be grouped together if they ...
Sven Wischnowsky
2001-07-18
1
-4
/
+10
*
(15357)
Sven Wischnowsky
2001-07-10
1
-2
/
+8
*
Fix handling of interrupt in two completion widgets.
Bart Schaefer
2001-06-21
2
-2
/
+3
*
Fix "insert-tab pending" zstyle.
Bart Schaefer
2001-06-20
1
-2
/
+2
*
fix for comparguments (completing after single letter options that get their ...
Sven Wischnowsky
2001-06-13
1
-8
/
+4
*
(14841)
Sven Wischnowsky
2001-06-11
1
-1
/
+1
*
two fixes: try all actions that have to be tried (but only once), execute act...
Sven Wischnowsky
2001-06-06
1
-74
/
+78
*
work around ${(@P)1[3,-1]} not working as expected (14658)
Oliver Kiddle
2001-06-01
2
-2
/
+2
*
fix tag-order problem with _arguments (completion after an option that gets a...
Sven Wischnowsky
2001-05-31
1
-3
/
+5
*
(14602)
Sven Wischnowsky
2001-05-31
1
-0
/
+1
*
always use supplied matchers (14599)
Sven Wischnowsky
2001-05-31
1
-2
/
+2
*
some cleanup (14558)
Sven Wischnowsky
2001-05-30
2
-7
/
+0
*
spelling corrections
Oliver Kiddle
2001-05-29
6
-10
/
+10
*
use `eval $_comp_setup' in all entry points of the completion system to not o...
Sven Wischnowsky
2001-05-29
9
-18
/
+9
*
14509: ZLS_COLOURS/ZLS_COLORS consistency
Clint Adams
2001-05-28
1
-1
/
+1
*
fix to include + options in tag order (14416)
Oliver Kiddle
2001-05-21
1
-1
/
+1
*
(14350)
Sven Wischnowsky
2001-05-15
1
-2
/
+25
*
14330: handle quotes better in _most_recent_file
Peter Stephenson
2001-05-14
1
-7
/
+9
*
insert redirection operators when expanding after one (14281)
Oliver Kiddle
2001-05-09
1
-11
/
+12
*
add -S option to specify separator between values and their arguments; make _...
Sven Wischnowsky
2001-05-08
1
-12
/
+15
*
empty description means: don't add a -X option (14252)
Sven Wischnowsky
2001-05-08
1
-2
/
+7
*
missing star in suffix-style test pattern (14197)
Sven Wischnowsky
2001-05-02
1
-1
/
+1
*
fixelt for the test for the suffix style; if word contains only a tilde, don'...
Sven Wischnowsky
2001-04-30
1
-1
/
+1
*
try to improve testing for suffix style in _expand; make _path_files fail to ...
Sven Wischnowsky
2001-04-27
1
-1
/
+6
*
Use trap for unfunction compadd in _approximate.
Bart Schaefer
2001-04-27
1
-4
/
+2
*
14117
Sven Wischnowsky
2001-04-26
1
-7
/
+8
*
new vnc completion and use _guard for pine completion (14112)
Oliver Kiddle
2001-04-26
1
-1
/
+1
*
rename -W option to -w, add new -W option which makes _arguments complete opt...
Sven Wischnowsky
2001-04-26
2
-13
/
+38
*
make keep-prefix keep everything up to the first component with a parameter e...
Sven Wischnowsky
2001-04-26
1
-3
/
+9
[next]