Sven Wischnowsky
|
2ed74b89ea
|
don't report _arguments-specs more than once (not even shared options with multiple sets) (16417)
|
2002-01-08 15:29:46 +00:00 |
|
Wayne Davison
|
fe98c239b5
|
Silence "might be used uninitialized" warnings.
|
2001-08-08 07:44:00 +00:00 |
|
Sven Wischnowsky
|
7e23143359
|
follow-up to 15588; add -w option to _values (look at all words); change _dd back (15597)
|
2001-08-08 07:20:56 +00:00 |
|
Sven Wischnowsky
|
75d5e9bb8b
|
(15526)
|
2001-07-30 08:42:55 +00:00 |
|
Sven Wischnowsky
|
4da5c1b2e0
|
(15509)
|
2001-07-27 12:56:57 +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
|
e1708022d2
|
fixlet for 15477, don't let it remove consecutive dummy matches (15482)
|
2001-07-25 10:45:59 +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
|
79dbcc8382
|
don't use compsuffix when it might be freed; use the right variable in that loop there, dammit (15433)
|
2001-07-20 10:54:38 +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
|
6a3e89d539
|
fix for 15407; there may be sets without matches (15409)
|
2001-07-18 13:52:53 +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
|
e067118efc
|
fix for finding the first ambiguous path component in compfiles (3946)
|
2001-06-26 09:05:10 +00:00 |
|
Bart Schaefer
|
0672033cfc
|
Compiler warnings.
|
2001-06-19 15:46:53 +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
|
0ce4b800a3
|
fix for exclusion of normal arguments (14630)
|
2001-06-01 08:53:50 +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
|
1b2d095217
|
fix two memory leaks (at least I hope they are fixed) and some out-of-bound array accesses, plus some defensive programming for heap allocated param structs (14605)
|
2001-05-31 09:43:59 +00:00 |
|
Sven Wischnowsky
|
2c38f5bba1
|
barf if a empty string is given as one of the separators for _values (14293)
|
2001-05-10 08:52:30 +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 |
|
Bart Schaefer
|
5aa1c04fd6
|
Prevent "no multi-letter values" error on values of '\:' and '' in compvalues().
|
2001-05-06 22:37:51 +00:00 |
|
Sven Wischnowsky
|
1e79a3424f
|
14214
|
2001-05-03 07:13:37 +00:00 |
|
Sven Wischnowsky
|
ca29f22a86
|
remove quotes when looking at arguments in comparguments (14198)
|
2001-05-02 09:23:07 +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 |
|
Sven Wischnowsky
|
f18218f2ad
|
fix a sizeof() to strlen()
|
2001-04-25 09:05:10 +00:00 |
|
Sven Wischnowsky
|
a924eeba12
|
only use the exclusion lists of options that are not currently being completed, but keep options from being completed more than once (13999)
|
2001-04-17 09:52:32 +00:00 |
|
Sven Wischnowsky
|
c05a2d2093
|
make _arguments -S' still complete long options after --<TAB>'; fix for cursor positioning with partial word match specs (13868)
|
2001-04-02 09:05:47 +00:00 |
|
Sven Wischnowsky
|
5687662ec1
|
handle colons in xor lists (13770)
|
2001-03-26 10:02:23 +00:00 |
|
Sven Wischnowsky
|
757168e2c8
|
remove 13108 (trap queues); replace with signal queueing to ensure that user signal handlers are only executed when it is safe to run them (13365)
|
2001-01-16 13:44:18 +00:00 |
|
Sven Wischnowsky
|
8ec18a622c
|
*** empty log message ***
|
2000-10-17 14:04:13 +00:00 |
|
Sven Wischnowsky
|
a93e62c630
|
comparguments: don't use rest-argument-specification if it was inactivated (12897)
|
2000-10-05 08:55:35 +00:00 |
|
Sven Wischnowsky
|
90c6d73b56
|
make all builtins in computil test if they were called from a completion function (12610)
|
2000-08-14 08:16:45 +00:00 |
|
Sven Wischnowsky
|
3bca186819
|
handle the right option in strings with multiple single-letter options (and correctly handle its argument) (12567)
|
2000-08-08 12:11:42 +00:00 |
|
Sven Wischnowsky
|
5c90cf1a51
|
more fixes for completion of special characters (quoting) (12565)
|
2000-08-08 10:32:47 +00:00 |
|
Sven Wischnowsky
|
d3ceb5e0eb
|
compdescribe shouldn't use the sets after failed initialisation
|
2000-07-27 08:32:02 +00:00 |
|
Sven Wischnowsky
|
d666896fa3
|
don't treat non-option arguments as options (12266)
|
2000-07-17 08:05:56 +00:00 |
|
Sven Wischnowsky
|
b46926af8d
|
fix for _arguments with single-letter options: recognize option-strings with multiple options; in _main_complete stop trying completers when one called _message, don't display warnings in such cases (12241)
|
2000-07-13 11:03:59 +00:00 |
|
Sven Wischnowsky
|
3ff5a17d8c
|
remove compfmt; a bit of explanation for compfiles and compgroups (12068)
|
2000-06-26 08:36:42 +00:00 |
|
Sven Wischnowsky
|
4d656bfb0e
|
missing allocation of list for option arguments (12066)
|
2000-06-26 08:10:33 +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
|
c071087d1f
|
_arguments: small fix for -s and new `!...' for things not to complete (but to understand) (11985)
|
2000-06-19 13:09:06 +00:00 |
|
Sven Wischnowsky
|
11ec14c3b3
|
more careful when optimising patterns in compfiles (11981)
|
2000-06-19 11:43:12 +00:00 |
|
Sven Wischnowsky
|
2769b19881
|
improve filename completion; use accept-exact for in-path completion; new fake style (11971)
|
2000-06-19 09:32:30 +00:00 |
|
Sven Wischnowsky
|
dc102b8130
|
fix for _arguments, it took non-option strings as options (11910)
|
2000-06-15 08:09:09 +00:00 |
|
Sven Wischnowsky
|
9310826027
|
make -A take a pattern as argument to match non-arguments; allow single-letter option strings to have multiple arguments; fix to allow option completion with multiple sets (?)
|
2000-06-13 12:14:32 +00:00 |
|
Sven Wischnowsky
|
cedd1006e6
|
fixes for calling compfiles, for completing words with special characters; make compfiles optimisations work with globcomplete and simple match (sunsite isn't responding)
|
2000-06-13 09:05:35 +00:00 |
|
Sven Wischnowsky
|
427b4b74f2
|
improve _path_files, move some code into C, try to optimise glob patterns and immediately accept exact directory matches (11833)
|
2000-06-09 07:49:44 +00:00 |
|
Sven Wischnowsky
|
24520730a6
|
bogus uninitialised variable warning
|
2000-05-30 10:54:22 +00:00 |
|
Sven Wischnowsky
|
47c0bd0db1
|
fixes for _arguments without multiple sets; change completion test for empty actions (11647)
|
2000-05-30 07:49:00 +00:00 |
|