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-05-16
Fix typos and remove RCS Id strings.
Bart Schaefer
2
-2
/
+2
2000-05-16
11415: Completion/User/_cvs: follow the new matcher-list behaviour.
Tanaka Akira
1
-1
/
+1
2000-05-16
fixed configuration of menu-selection with menu style; pseudo-context `-comma...
Sven Wischnowsky
2
-33
/
+93
2000-05-16
avoid tilde- and parameter-completion in quotes (11407)
Sven Wischnowsky
2
-2
/
+4
2000-05-16
make _arguments take the attempt to add matches as an indication not to do de...
Sven Wischnowsky
1
-3
/
+9
2000-05-16
fix scrolling in menu-selection with matches spanning multiple lines
Sven Wischnowsky
1
-2
/
+10
2000-05-16
one hunk of 11381: typo in _vars_eq
Peter Stephenson
1
-1
/
+1
2000-05-16
11396: Completion/User/_look: display a message when
Tanaka Akira
1
-3
/
+6
2000-05-16
11394: Completion/User/_cvs: rewrite filename completion
Tanaka Akira
1
-142
/
+151
2000-05-15
11393: Completion/User/_diff_options: use `=-'.
Tanaka Akira
1
-2
/
+2
2000-05-15
11392: Completion/Core/_description: ignore-line fix.
Tanaka Akira
1
-2
/
+2
2000-05-15
add _in_vared for completion inside vared; make insert-tab default to `false'...
Sven Wischnowsky
5
-26
/
+46
2000-05-15
11375: compinstall: menu style select=long and select=long-list
Peter Stephenson
1
-27
/
+50
2000-05-15
followup for 11364 (11367)
Sven Wischnowsky
1
-1
/
+1
2000-05-15
fix for suffix-matching; better in-path completion in _path_files (11364)
Sven Wischnowsky
1
-9
/
+25
2000-05-15
Add -L option to the hash builtin
Oliver Kiddle
2
-1
/
+2
2000-05-14
doc changes; typo in _jobs; integer builtin understands `-i base'
Peter Stephenson
1
-1
/
+1
2000-05-12
fix for completing options with `_arguments -s'; fix for _message to use `bui...
Sven Wischnowsky
2
-4
/
+8
2000-05-12
Use _arguments for hash completion and add + options for typeset (11347)
Oliver Kiddle
2
-19
/
+40
2000-05-12
11332: Test descriptors correctly for redirect/restore of stderr; plus an
Bart Schaefer
1
-2
/
+3
2000-05-11
Back out 11327 and make the correct fix in _groups (redirect ypcat to stderr)
Oliver Kiddle
2
-3
/
+1
2000-05-11
_call should pass on the return code from the called command (11327)
Oliver Kiddle
1
-0
/
+2
2000-05-11
make _argument_sets add the options as defaults when there is nothing else to...
Sven Wischnowsky
2
-2
/
+7
2000-05-11
_files used alternative tag-order values even if not needed (11321)
Sven Wischnowsky
1
-0
/
+1
2000-05-11
allow internally-mutually exclusive sets in _argument_sets; fixes for _argume...
Sven Wischnowsky
2
-11
/
+54
2000-05-11
make ^G in menu-selection restore the old command line; add select=long* valu...
Sven Wischnowsky
1
-5
/
+15
2000-05-10
Fix breakage from 11195 (11300)
Oliver Kiddle
1
-2
/
+2
2000-05-10
11287: Naoki Wakamatsu: compinstall spaces to be tab
Peter Stephenson
1
-1
/
+1
2000-05-10
update `%p' replacement in _files (11292)
Sven Wischnowsky
1
-1
/
+1
2000-05-10
revert 11280
Tanaka Akira
1
-1
/
+1
2000-05-10
11288: Reopen stdin on /dev/null to avoid confusing programs that don't
Bart Schaefer
2
-0
/
+2
2000-05-09
Use _math for completing the let builtin
Oliver Kiddle
1
-8
/
+2
2000-05-09
complete using _arguments for typeset and its variants (11282)
Oliver Kiddle
1
-8
/
+69
2000-05-09
11280: Completion/User/_make: suppress an error with closed stdin
Tanaka Akira
2
-2
/
+2
2000-05-09
give control over insertion of tab when no non-blank character before cursor;...
Sven Wischnowsky
2
-0
/
+7
2000-05-09
option name clash in _arguments (11273)
Sven Wischnowsky
2
-4
/
+4
2000-05-09
fix for _arguments without options and no more arguments to complete (11272)
Sven Wischnowsky
1
-2
/
+4
2000-05-08
more problems with optional arguments in _arguments (11253)
Sven Wischnowsky
1
-4
/
+2
2000-05-08
11194, 11200, 11214
Peter Stephenson
3
-40
/
+74
2000-05-08
make _expand call _complete when called from _expand_word; add ignore-line st...
Sven Wischnowsky
3
-3
/
+12
2000-05-08
misc. completion cleanups and changes (11242)
Sven Wischnowsky
10
-51
/
+149
2000-05-06
11236: Handle tabs between options and their descriptions when parsing --help.
Bart Schaefer
1
-4
/
+4
2000-05-06
add _look.
Tanaka Akira
1
-1
/
+2
2000-05-06
11223: Completion/Base/_regex_arguments, Completion/Debian/_apt,
Tanaka Akira
4
-100
/
+148
2000-05-05
11219: Completion/User/_cvs, Completion/User/_diff_options: add
Tanaka Akira
2
-148
/
+298
2000-05-05
11213: Completion/User/_cvs: don't complete files which is
Tanaka Akira
1
-3
/
+7
2000-05-05
11204: Completion/User/_look: use more precise explanation and
Tanaka Akira
1
-2
/
+3
2000-05-05
completion function cleanup for `_arguments' with the `-C' option and using i...
Sven Wischnowsky
24
-238
/
+303
2000-05-05
11190: Completion/User/_look: new completion for look.
Tanaka Akira
1
-0
/
+18
2000-05-05
make _message independent of when it is called (11188)
Sven Wischnowsky
2
-5
/
+5
[next]