1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-22 00:21:27 +01:00
Commit graph

262 commits

Author SHA1 Message Date
Peter Stephenson
181e491deb users/10989: add fake-always pattern that overrides ignored-patterns 2006-11-15 16:27:14 +00:00
Peter Stephenson
ebc76673aa 22953: Mikael Magnusson: _most_recent_file fix.
users/10928: send all "jobs" output to stdout
2006-11-03 19:44:47 +00:00
Peter Stephenson
ca06d8e308 22859: improve _arguments auto-documentation some more 2006-10-10 21:26:52 +00:00
Peter Stephenson
3162c03cc3 22858: _arguments can generate documentation from --help text 2006-10-10 18:06:28 +00:00
Peter Stephenson
966ff3a185 22780: add _arguments/comparguments -n to set index of first non-option arg 2006-09-27 16:53:58 +00:00
Wayne Davison
f89571085a Briefly enable aliases for one of the evals so that the expansion
of a $(...) or `...` properly uses normal and global aliases.
2006-03-08 07:50:29 +00:00
Bart Schaefer
dc3668dd20 Add zsh name and version to _complete_debug output 2005-05-22 15:46:34 +00:00
Bart Schaefer
337a2e3bfd Minor tweak to _generic plus doc fixes for info interpretation of hyphens. 2005-04-24 18:38:01 +00:00
Peter Stephenson
4883bbeebc 21046: make unfunction compadd more reliable 2005-03-21 22:11:30 +00:00
Oliver Kiddle
96427ce997 20730: fix suffix style to regard quoted special characters as not special 2005-01-21 09:32:39 +00:00
Peter Stephenson
1bf6bbe0b5 20427: Fix problem with _oldlist and custom completer.
20339: show-completer style
2004-10-01 10:29:08 +00:00
Peter Stephenson
53383c33b8 20364: use $WIDGETSTYLE in _oldlist 2004-09-16 14:46:50 +00:00
Oliver Kiddle
ad25b67e3d 20254: restrict scope of the default tag-order to fix a problem with cdrecord
completion. Ideally the tag-order should go but _arguments currently needs it.
2004-08-11 11:57:04 +00:00
Oliver Kiddle
d8b1242723 20236: fix problem with keep-prefix style where a modifier removes the prefix 2004-08-07 15:27:07 +00:00
Peter Stephenson
e31d0b939d 20204: Motoi Washida: typo in _retrieve_cache 2004-07-28 09:33:20 +00:00
Peter Stephenson
4dc114f160 _arguments fix for configure, unconfirmed 2004-06-18 09:48:58 +00:00
Peter Stephenson
03d14ff12e users/7467: quoted commands weren't found in dispatcher lokoup 2004-06-03 15:14:55 +00:00
Oliver Kiddle
ca0deae382 19767, 19785: store flags for -z and -k options to autoload allowing the
completion system to be used with ksh_autoload set
2004-04-20 12:11:13 +00:00
Peter Stephenson
084cbf5ee0 zsh-users/7100: fix completion of =file when noequals is set 2004-03-02 12:52:02 +00:00
Oliver Kiddle
4c1e94f951 19409: handle situation where the user has the nounset option set 2004-02-10 19:16:16 +00:00
Oliver Kiddle
276fe6ef16 19276: fix fallback used to get completer list if the style lookup failed 2003-12-05 10:35:20 +00:00
Oliver Kiddle
b598aba368 users/6606: handle any matching control options passed down 2003-09-21 16:18:12 +00:00
Peter Stephenson
c2ed9f96a7 18920: fix unset IFS betterer 2003-08-01 16:29:20 +00:00
Oliver Kiddle
b84399b9cb tidy up of many completions (updates, fixes, improvements and plain aesthetics) 2003-07-31 15:26:13 +00:00
Peter Stephenson
48205cc72f 18859: Allow the sort style to override sorting by setting explicitly to false. 2003-07-21 17:01:34 +00:00
Oliver Kiddle
ec8418cf1c 18841: work around problem which caused the whole word to be removed 2003-07-09 15:53:23 +00:00
Oliver Kiddle
3ac50886a0 18822: fix accept-exact style not not bail out when it shouldn't and add a
setting to continue on and do normal completion
2003-07-07 09:48:45 +00:00
Peter Stephenson
ecdfa912ae 18526: -O option to _describe for prefix-needed in _arguments 2003-06-05 09:51:25 +00:00
Oliver Kiddle
da47e35a83 18486: back-out 18458 because it causes problems when completing only options 2003-04-30 13:47:05 +00:00
Oliver Kiddle
a5f7097d9a 18472: spelling corrections 2003-04-25 11:18:50 +00:00
Oliver Kiddle
0fed25f461 18458: handle the prefix-needed style in _describe -o and new completion for renice 2003-04-22 12:32:43 +00:00
Oliver Kiddle
5df8ef1e43 18347: fix problems with having more than one ((val\:desc ...)) style action 2003-03-13 09:59:48 +00:00
Oliver Kiddle
43d44d1552 18338: list a single unambiguous match instead of inserting it 2003-03-11 17:33:05 +00:00
Oliver Kiddle
48df213153 18299: allow _next_tags to work with nested tag loops 2003-02-26 16:35:55 +00:00
Oliver Kiddle
ab1a0844f2 18296: sync fake _all_labels and _next_label functions with changes to real ones 2003-02-25 18:43:39 +00:00
Oliver Kiddle
cd220acea0 18262: fix bug where only first match was added with expand style set to suffix 2003-02-19 18:05:51 +00:00
Felix Rosencrantz
114d799efd Changes to _store_cache to allow cache names to contain slashes "/". 2002-10-09 20:38:24 +00:00
Sven Wischnowsky
9ea7493889 don't display _dispatch as one of the called functions (17438) 2002-07-08 08:59:38 +00:00
Sven Wischnowsky
d28f67623f two new modes for menu selection: incremental search and interactive (17366) 2002-06-26 11:07:42 +00:00
Sven Wischnowsky
86f38401aa for automatic long options completion, use the string after the equal signs (from the --help-text) as the description to shown when completing after the option (17214) 2002-05-23 12:20:15 +00:00
Sven Wischnowsky
70120f22ee rename max-match-length style to max-matches-width (17213) 2002-05-23 12:16:42 +00:00
Sven Wischnowsky
ba168b43da fix removal of automatically added specs (from the -- option) for which a user-defined one is present (17191) 2002-05-21 07:44:57 +00:00
Sven Wischnowsky
757e68c5e7 fix for _arguments: don't use argument-tag when completing options; fix for _services: leave loop when matches were produced (17148) 2002-05-14 08:08:44 +00:00
Sven Wischnowsky
b0e4b61a82 allow users to give the maximum number of display-columns the matches should take up via the style currently named max-match-length (17147) 2002-05-14 08:01:12 +00:00
Sven Wischnowsky
5c93cbc7e9 fix _arguments' -s option (17078) 2002-05-06 07:59:50 +00:00
Sven Wischnowsky
a8e0c3b988 make _values not use -Q (16991) 2002-04-16 07:55:49 +00:00
Sven Wischnowsky
61f8a07bfc make more calls to _message use the -e option (16988) 2002-04-16 07:48:43 +00:00
Oliver Kiddle
c4b8482b94 add original string as match (like in _approximate) 2002-04-04 12:05:17 +00:00
Oliver Kiddle
41eb475f9b 16923: add insert style for inserting matches instead of adding them as a match 2002-04-04 10:45:59 +00:00
Bart Schaefer
d20d427572 16849: shift off `-s' argument. 2002-03-17 18:03:06 +00:00