index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Completion
Age
Commit message (
Expand
)
Author
Files
Lines
2000-04-27
added warning to _perl_modules for when perl not found on path (10949)
Adam Spiers
1
-0
/
+1
2000-04-26
ensure options are set as expected in _history_complete_word and _bash_comple...
Sven Wischnowsky
2
-2
/
+8
2000-04-26
new file
Sven Wischnowsky
1
-0
/
+20
2000-04-26
*** empty log message ***
Sven Wischnowsky
2
-5
/
+6
2000-04-26
better perl module completion from Adam (10892)
Sven Wischnowsky
1
-22
/
+37
2000-04-26
new completion for GNU zip from Tanaka (10890)
Sven Wischnowsky
2
-5
/
+81
2000-04-26
new completion function for xset from Tanaka (10885)
Sven Wischnowsky
1
-0
/
+197
2000-04-26
allow to anchor on gaps between strings in matching control specs (10926)
Sven Wischnowsky
1
-10
/
+21
2000-04-26
better default value for list-prompt style (10923)
Sven Wischnowsky
1
-1
/
+1
2000-04-26
file-sort made $fignore fail (10922)
Sven Wischnowsky
1
-13
/
+13
2000-04-25
re-calculate number of line with mark when needed; make default prompts more ...
Sven Wischnowsky
1
-2
/
+2
2000-04-25
small fix for _requested to be able to use _all_labels from within it (10910)
Sven Wischnowsky
3
-3
/
+9
2000-04-25
report prefix/suffix of parameter expansion in IPREFIX/ISUFFIX; make _expand ...
Sven Wischnowsky
1
-3
/
+9
2000-04-25
make _arguments use more than one action when appropriate; add _argument_sets...
Sven Wischnowsky
9
-77
/
+170
2000-04-25
Things that are in the ChangeLog but that somehow didn't get changed.
Bart Schaefer
1
-1
/
+1
2000-04-20
Add new completions for AIX commands
Oliver Kiddle
9
-0
/
+104
2000-04-20
new completions for FreeBSD commands (10861)
Sven Wischnowsky
4
-0
/
+140
2000-04-20
default values for styles in _expand_word, listing expansions with ^Xd, _expa...
Sven Wischnowsky
2
-7
/
+50
2000-04-20
Add completion for file descriptors
Oliver Kiddle
3
-6
/
+32
2000-04-19
10833: new print completion and complete nothing for clear and logname
Oliver Kiddle
3
-4
/
+30
2000-04-19
default for list-prompt style, %[MLP] use fixed-width strings, %[mlp] use var...
Sven Wischnowsky
1
-2
/
+3
2000-04-18
fix completion after ~<num> (10812)
Sven Wischnowsky
1
-1
/
+8
2000-04-18
handle list-prompt in compinstall
Peter Stephenson
1
-3
/
+23
2000-04-18
change suffix added when completing an assigned value (10807)
Sven Wischnowsky
1
-2
/
+2
2000-04-18
completion list scrolling cleanup; *STATUS renamed to *PROMPT, styles for new...
Sven Wischnowsky
2
-0
/
+13
2000-04-17
10772: Chmouel: rpm --target completion
Peter Stephenson
1
-0
/
+5
2000-04-17
better completion after `=', everywhere (10780)
Sven Wischnowsky
4
-11
/
+47
2000-04-17
make _tags use C-code for braces in tag-order values; and misc. stuff (10775)
Sven Wischnowsky
3
-5
/
+4
2000-04-14
10763: complete after : for typeset & friends
Clint Adams
1
-2
/
+8
2000-04-14
missing `+'s in _diffoptions (10760)
Sven Wischnowsky
1
-9
/
+9
2000-04-13
remove the `pids' tag, use `processes' instead (10733)
Sven Wischnowsky
2
-7
/
+10
2000-04-12
10706: Andrej: Fix quoting in awk args.
Bart Schaefer
1
-1
/
+1
2000-04-12
10700: Andrej: Support Pyramid's internationalized manpaths.
Bart Schaefer
1
-6
/
+37
2000-04-12
Use _arguments for bindkey completion and fix small typo in docs
Oliver Kiddle
1
-6
/
+35
2000-04-12
allow brace expansion on patterns for file-patterns and tag-order (10695)
Sven Wischnowsky
2
-7
/
+11
2000-04-12
keep _oldlist from using the dummy match inserted for warnings (10691)
Sven Wischnowsky
2
-3
/
+6
2000-04-12
10681: Setopts in _complete_help the same as _main_complete.
Bart Schaefer
1
-0
/
+3
2000-04-11
10680: spelling corrections in _diff_options
Clint Adams
1
-32
/
+39
2000-04-11
10669: compinstall more flexible with input and output files
Peter Stephenson
1
-5
/
+50
2000-04-11
make trailing blanks in file-patterns tags be removed (10650)
Sven Wischnowsky
1
-1
/
+1
2000-04-11
make _oldlist ignore old list when _complete_help is used (10648)
Sven Wischnowsky
1
-2
/
+2
2000-04-11
make _oldlist ignore list from _complete_help; _match runs for every match sp...
Sven Wischnowsky
3
-16
/
+22
2000-04-11
_make uses $words[1] for command name (10635)
Sven Wischnowsky
1
-6
/
+6
2000-04-11
_wanted now tests both tags and labels; change places where _wanted was calle...
Sven Wischnowsky
51
-1044
/
+1233
2000-04-10
10628: Check for GNU make using "_call version ..." as was done for GNU diff.
Bart Schaefer
1
-4
/
+21
2000-04-10
typo caused ignored-patterns to be ignored (10622)
Sven Wischnowsky
1
-1
/
+1
2000-04-10
use special-dirs with _path_files -g (3019)
Sven Wischnowsky
1
-1
/
+2
2000-04-10
10602: Where'd that stray 2 come from?
Bart Schaefer
1
-1
/
+1
2000-04-09
10598: Fix typo; reformat styles documentation for readability.
Bart Schaefer
1
-1
/
+1
2000-04-09
compinstall update; 3.1.6-dev-22
Peter Stephenson
1
-37
/
+239
[next]