1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-02 00:41:44 +02:00
Commit Graph

40 Commits

Author SHA1 Message Date
Sven Wischnowsky
4da5c1b2e0 (15509) 2001-07-27 12:56:57 +00:00
Bart Schaefer
af2e41f845 Fix typo. 2001-07-25 17:40:30 +00:00
Sven Wischnowsky
f29d50fe9c move pattern matching in the loop to make sure all match specs are used (15487) 2001-07-25 14:49:32 +00:00
Sven Wischnowsky
c83d16f8ee another fix for 15477 (separator strings); add list-separator style (15484) 2001-07-25 12:18:23 +00:00
Sven Wischnowsky
eba59194d7 make display for groups in _describe nicer; improve packing with list_packed; leave space for type character (list_types) only in groups with at least one file name (15477) 2001-07-25 08:52:34 +00:00
Sven Wischnowsky
facff10b11 yet another followup to 15497; make _describe filter out non-matching strings before calling compdescribe, otherwise some matches will be hiddens (15415) 2001-07-19 08:40:36 +00:00
Sven Wischnowsky
8c1b953b5a add list-grouped option to make options and such be grouped together if they have the same description; matches with line-display strings can be hidden; hi and du capabalities in complist are only used if set by the user (15407) 2001-07-18 13:10:07 +00:00
Sven Wischnowsky
71a9847d48 fix for comparguments (completing after single letter options that get their argument in the next word); make _values ignore some of the standard option it may get; make _mount use _dir_list in some places and improve that; `document' comparguments and compvalues with some comments in computil.c (14897) 2001-06-13 11:05:51 +00:00
Sven Wischnowsky
9cc9cc9466 (14841) 2001-06-11 11:46:23 +00:00
Sven Wischnowsky
a7340e627b two fixes: try all actions that have to be tried (but only once), execute actions if we aren't after an option already (in the same word) (14733) 2001-06-06 09:31:54 +00:00
Oliver Kiddle
a594e4eb04 work around ${(@P)1[3,-1]} not working as expected (14658) 2001-06-01 14:29:11 +00:00
Sven Wischnowsky
171855e2e2 fix tag-order problem with _arguments (completion after an option that gets an argument in the same word); and a fix for completion after -ab, where -a gets an argument in the next word and -b gets one in the same word (14607) 2001-05-31 12:38:34 +00:00
Sven Wischnowsky
ae5e34db25 (14602) 2001-05-31 08:18:36 +00:00
Sven Wischnowsky
1a55d53621 always use supplied matchers (14599) 2001-05-31 07:17:03 +00:00
Oliver Kiddle
56528ccb66 spelling corrections 2001-05-29 17:54:08 +00:00
Sven Wischnowsky
83032fe876 add -S option to specify separator between values and their arguments; make _values add the value-separator as a suffix for most types of actions (14257) 2001-05-08 12:24:21 +00:00
Sven Wischnowsky
b4b6d57e2c 14117 2001-04-26 14:40:11 +00:00
Oliver Kiddle
efe55f77a3 new vnc completion and use _guard for pine completion (14112) 2001-04-26 14:00:45 +00:00
Sven Wischnowsky
aa99b19c08 rename -W option to -w, add new -W option which makes _arguments complete options even after options that get their argument in the same word; new _guard function for conditionally displaying messages (14105) 2001-04-26 12:13:36 +00:00
Oliver Kiddle
d7417bdc0e add completion for common MUAs and a couple of minor fixes (13982) 2001-04-13 18:42:13 +00:00
Sven Wischnowsky
bbbf07a3e7 complete only those single letter options with the right prefix character (13908) 2001-04-05 12:12:45 +00:00
Sven Wischnowsky
163b0101ed add -W option to _arguments, which allows to complete options after options that take an argument in the next word (13902) 2001-04-04 11:29:19 +00:00
Sven Wischnowsky
cbba9da870 new or changed after move 2001-04-02 12:39:40 +00:00
Sven Wischnowsky
06e7790548 moved from Completion/Core/_call 2001-04-02 11:13:47 +00:00
Sven Wischnowsky
9e1b944434 moved from Completion/Core/_funcall 2001-04-02 11:13:30 +00:00
Sven Wischnowsky
126524eab1 moved from Completion/Core/_sep_parts 2001-04-02 11:13:13 +00:00
Sven Wischnowsky
b7d3bd942a moved from Completion/Core/_multi_parts 2001-04-02 11:12:56 +00:00
Sven Wischnowsky
0fd7abd5f9 moved from Completion/Core/_alternative 2001-04-02 11:12:39 +00:00
Sven Wischnowsky
0c3c55faef moved from Completion/Builtins/_nothing 2001-04-02 11:12:23 +00:00
Sven Wischnowsky
d3fd46c424 moved from Completion/Base/_values 2001-04-02 11:12:08 +00:00
Sven Wischnowsky
02dfe1ae91 moved from Completion/Base/_sub_commands 2001-04-02 11:11:52 +00:00
Sven Wischnowsky
3a4ef1f0db moved from Completion/Base/_store_cache 2001-04-02 11:11:36 +00:00
Sven Wischnowsky
63a8ab3ca8 moved from Completion/Base/_retrieve_cache 2001-04-02 11:11:20 +00:00
Sven Wischnowsky
e38ec6c614 moved from Completion/Base/_regex_arguments 2001-04-02 11:11:01 +00:00
Sven Wischnowsky
4dd6dce505 moved from Completion/Base/_describe 2001-04-02 11:10:44 +00:00
Sven Wischnowsky
bf2a1aca90 moved from Completion/Core/_compalso 2001-04-02 11:10:27 +00:00
Sven Wischnowsky
f0506139f8 moved from Completion/Base/_combination 2001-04-02 11:10:08 +00:00
Sven Wischnowsky
a5509ebb04 moved from Completion/Base/_cache_invalid 2001-04-02 11:09:51 +00:00
Sven Wischnowsky
3a6cc96ce6 moved from Completion/Base/_arguments 2001-04-02 11:09:34 +00:00
Sven Wischnowsky
1d860e140e moved from Completion/Base/_arg_compile 2001-04-02 11:09:17 +00:00