Bart Schaefer
|
43e41bcbc7
|
Use ksh-style deref of $_comp_options in case of ksharrays.
|
2001-02-28 16:55:27 +00:00 |
|
Sven Wischnowsky
|
e14a02f440
|
simplify setting standard completion system options using $_comp_options (13036)
|
2000-10-19 08:58:17 +00:00 |
|
Sven Wischnowsky
|
adf7965951
|
add _all_matcher completer and supporting C-code for adding a special match representing all other matches; remove completions style from _expand(|_word) (12960)
|
2000-10-11 12:19:23 +00:00 |
|
Bart Schaefer
|
2f2a33b2ea
|
Other places where `unsetopt cshnullglob' is needed.
|
2000-10-06 05:18:25 +00:00 |
|
Bart Schaefer
|
430e294795
|
Fiddle with _expand_word and its doc.
|
2000-09-21 05:16:21 +00:00 |
|
Bart Schaefer
|
8aaf13e804
|
Use ${(q)tmp} after all.
|
2000-09-14 15:55:21 +00:00 |
|
Oliver Kiddle
|
5851a32681
|
add -g option to _parameters to restrict type of parameters completed (12583)
|
2000-08-10 21:22:25 +00:00 |
|
Sven Wischnowsky
|
55b07cb525
|
quoting
|
2000-08-03 13:35:43 +00:00 |
|
Sven Wischnowsky
|
d109322359
|
remove tests for kshautoload (use zcompile -z); fix for setting scriptname for functions that redefine themselves
|
2000-08-01 08:27:18 +00:00 |
|
Sven Wischnowsky
|
b9a533f382
|
allow subscripts for compadd -[ak]; new style for history completion; better list-colors handling (12029)
|
2000-06-22 08:42:36 +00:00 |
|
Sven Wischnowsky
|
1c710d4627
|
make history completion use I{PREF,SUF}FIX (12011)
|
2000-06-21 08:05:28 +00:00 |
|
Peter Stephenson
|
207758992a
|
.distfiles additions
|
2000-06-19 09:16:17 +00:00 |
|
Sven Wischnowsky
|
bde4cfde51
|
new _generic widget to call completion with $WIDGET in function field of context (?)
|
2000-06-13 11:55:06 +00:00 |
|
Sven Wischnowsky
|
6bdaf4e174
|
setup options in bindable commands (11789)
|
2000-06-07 06:47:40 +00:00 |
|
Sven Wischnowsky
|
5a4253f42e
|
allow display of only messages via $compstate[list]=messages (11688)
|
2000-05-31 09:56:12 +00:00 |
|
Sven Wischnowsky
|
fd25b24df6
|
use compadd -[ak] (11549)
|
2000-05-31 09:38:25 +00:00 |
|
Bart Schaefer
|
61a2d24f54
|
11644: Use `print -s' in _complete_debug.
|
2000-05-30 03:57:39 +00:00 |
|
Sven Wischnowsky
|
6959ffd962
|
force listing in _complete_debug; make complist with list-scrolling stopt at the end of the list when prompt would scroll it out; fix _in_vared to handle `foo[bar]' (11565)
|
2000-05-25 07:58:44 +00:00 |
|
Peter Stephenson
|
bfe6602d9e
|
11537: new _complete_tag function
|
2000-05-23 15:27:13 +00:00 |
|
Sven Wischnowsky
|
ee681a32ad
|
use set -A' instead of eval' in more places (11525)
|
2000-05-23 08:54:30 +00:00 |
|
Bart Schaefer
|
aea69f6e64
|
11469: Locally unset the errexit option and ZERR trap.
|
2000-05-19 16:04:16 +00:00 |
|
Bart Schaefer
|
1452bfe101
|
11332: Test descriptors correctly for redirect/restore of stderr; plus an
aesthetic tweak.
|
2000-05-12 02:31:05 +00:00 |
|
Bart Schaefer
|
4c1d37d7d0
|
11288: Reopen stdin on /dev/null to avoid confusing programs that don't
expect it to be closed.
|
2000-05-10 04:55:10 +00:00 |
|
Sven Wischnowsky
|
92637abbb8
|
misc. completion cleanups and changes (11242)
|
2000-05-08 08:16:32 +00:00 |
|
Oliver Kiddle
|
f3be526791
|
Small fix to avoid using slashes in temporary file name (11065)
|
2000-05-02 11:56:27 +00:00 |
|
Sven Wischnowsky
|
2c7f678ff0
|
always use empty matcher-list style in _complete_help (11053)
|
2000-05-02 09:10:52 +00:00 |
|
Peter Stephenson
|
f9b13e01d8
|
11033: 3.1.7-pre-2
|
2000-04-30 21:04:54 +00:00 |
|
Bart Schaefer
|
5c327339f5
|
11024: The _complete_debug widget enables and captures xtrace from completion.
|
2000-04-30 10:04:29 +00:00 |
|
Sven Wischnowsky
|
07dd916621
|
ensure options are set as expected in _history_complete_word and _bash_completions (10933)
|
2000-04-26 13:13:52 +00:00 |
|
Sven Wischnowsky
|
c9bedcd989
|
default values for styles in _expand_word, listing expansions with ^Xd, _expand uses add-space style (10854)
|
2000-04-20 08:04:56 +00:00 |
|
Bart Schaefer
|
07b3a775b1
|
10681: Setopts in _complete_help the same as _main_complete.
|
2000-04-12 03:32:51 +00:00 |
|
Sven Wischnowsky
|
fac3086d97
|
_wanted now tests both tags and labels; change places where _wanted was called without a command; allow multiple patterns per string in file-patterns; update _next_tags to work with labels (10632)
|
2000-04-11 07:57:56 +00:00 |
|
Sven Wischnowsky
|
bcd865f7d2
|
fix for combining _next_tags and file-patterns
|
2000-04-05 08:24:59 +00:00 |
|
Sven Wischnowsky
|
87b625f15f
|
make _next_tags be usable with menu-completion
|
2000-04-04 11:26:26 +00:00 |
|
Sven Wischnowsky
|
bd6aa28b26
|
Make style-list optional
|
2000-04-03 12:56:31 +00:00 |
|
Peter Stephenson
|
e025336f2f
|
Updated from list as far as 10376
|
2000-04-01 20:43:43 +00:00 |
|
Tanaka Akira
|
14bf99e4ee
|
Initial revision
|
2000-03-13 10:26:17 +00:00 |
|
Tanaka Akira
|
15231c290a
|
zsh-workers:9078
|
1999-12-23 23:20:58 +00:00 |
|
Tanaka Akira
|
882a6d2e2c
|
Initial revision
|
1999-11-15 12:01:47 +00:00 |
|
Tanaka Akira
|
298c35419d
|
Initial revision
|
1999-09-30 14:53:07 +00:00 |
|
Tanaka Akira
|
829fcac25f
|
Initial revision
|
1999-09-13 09:49:29 +00:00 |
|
Tanaka Akira
|
59c3d242d5
|
Initial revision
|
1999-07-12 17:02:52 +00:00 |
|
Tanaka Akira
|
e74702b467
|
Initial revision
|
1999-04-15 18:05:38 +00:00 |
|