1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-03 09:21:19 +02:00
Commit Graph

60 Commits

Author SHA1 Message Date
Sven Wischnowsky
ff51d98b1b moved to Completion/Base/Widget/_read_comp 2001-04-02 11:16:59 +00:00
Sven Wischnowsky
18906c7d0b moved to Completion/Base/Widget/_next_tags 2001-04-02 11:16:44 +00:00
Sven Wischnowsky
c4718f7b0a moved to Completion/Base/Widget/_most_recent_file 2001-04-02 11:16:28 +00:00
Sven Wischnowsky
21d549bfb7 moved to Completion/Base/Widget/_history_complete_word 2001-04-02 11:16:11 +00:00
Sven Wischnowsky
fe4fed2195 moved to Completion/Base/Widget/_generic 2001-04-02 11:15:54 +00:00
Sven Wischnowsky
c6f9f6e736 moved to Completion/Base/Widget/_expand_word 2001-04-02 11:15:38 +00:00
Sven Wischnowsky
6c702f18c4 moved to Completion/Base/Widget/_correct_word 2001-04-02 11:15:22 +00:00
Sven Wischnowsky
8c188aec27 moved to Completion/Base/Widget/_correct_filename 2001-04-02 11:15:06 +00:00
Sven Wischnowsky
22713b817d moved to Completion/Base/Widget/_complete_tag 2001-04-02 11:14:49 +00:00
Sven Wischnowsky
167034c1ec moved to Completion/Base/Widget/_complete_help 2001-04-02 11:14:32 +00:00
Sven Wischnowsky
fff3958442 moved to Completion/Base/Widget/_complete_debug 2001-04-02 11:14:16 +00:00
Sven Wischnowsky
041ccf7751 moved to Completion/Base/Widget/_bash_completions 2001-04-02 11:13:59 +00:00
Sven Wischnowsky
8d610f7724 more cleanup; simplify the stop and liststyles; try to make it obey whatever _main_complete says should be done (menu-wise) (13815) 2001-03-28 12:17:12 +00:00
Peter Stephenson
1deca81c23 Typo in _complete_tag 2001-03-28 10:33:35 +00:00
Sven Wischnowsky
6d72dca54f try to make _h_c_w smarter at the beginning and end of the list; avoid list-beeping if the old completion list is re-used (3752) 2001-03-27 09:14:50 +00:00
Clint Adams
b0176cb54f 13779/13783: fixes from Michal Politowski 2001-03-26 19:01:58 +00:00
Oliver Kiddle
ffe07b3829 fix to declare tmp variable as local 2001-03-12 17:17:34 +00:00
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