1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-11-20 05:53:52 +01:00
Commit Graph

175 Commits

Author SHA1 Message Date
Clint Adams
0056db1cfb * 19863: Completion/Zsh/Type/_command_names, Doc/Zsh/compsys.yo:
allow search path for command names to be overridden by means of new
        command-path style.
2004-05-01 05:47:38 +00:00
Doug Kearns
dc3fa4b407 unposted: fix typo in compsys.yo 2004-02-29 12:09:09 +00:00
Oliver Kiddle
5de7581394 19106: document use for _menu 2003-09-21 16:13:53 +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
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
a5f7097d9a 18472: spelling corrections 2003-04-25 11:18:50 +00:00
Peter Stephenson
83932ba23f unposted: misspelling in compsys.yo rewrite 2003-04-24 17:45:18 +00:00
Peter Stephenson
d251482aac unposted: complete compsys.yo rewrite 2003-04-24 17:37:05 +00:00
Oliver Kiddle
6afa53768c 18450: corrections and a couple of rewordings 2003-04-18 13:23:43 +00:00
Peter Stephenson
61be35604c unposted: rewritten compsys.yo down to end of _describe function 2003-04-14 18:10:00 +00:00
Oliver Kiddle
0911160d07 fix out-of-date documentation for -value- completion and move description of
special contexts from _complete's to #compdef's description
2003-02-25 14:55:50 +00:00
Oliver Kiddle
4db0b10fc2 18156: use reply array instead of ali for plugins and document new styles 2003-01-29 14:20:55 +00:00
Bart Schaefer
eb3b206c20 18143: fix doc typo in compsys example. 2003-01-27 16:42:27 +00:00
Peter Stephenson
513088857a 17535: use-perl style for _make 2002-08-14 15:18:19 +00:00
Oliver Kiddle
ed89700265 17503: fix various typos, spelling mistakes and poor wordings in the docs 2002-08-05 12:33:27 +00:00
Sven Wischnowsky
053629183d add new sepcial context -assign-parameter- for completing the parameter in an assignment (17387) 2002-07-01 08:25:15 +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
70120f22ee rename max-match-length style to max-matches-width (17213) 2002-05-23 12:16:42 +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
1acda13c70 fix doc for _describe, mention -t option (17146) 2002-05-14 07:54:23 +00:00
Andrey Borzenkov
42080a7fb9 17080: tag-order style usage 2002-05-08 09:11:28 +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
Oliver Kiddle
ac88d2bbef 16913: fix completion after compdef -a and correct typos 2002-03-27 16:10:07 +00:00
Oliver Kiddle
6f1bb6147a alter _generic example to be more robust 2002-03-27 14:36:12 +00:00
Bart Schaefer
35352d833b Add missing close-paren 2002-03-17 17:14:09 +00:00
Oliver Kiddle
79323d6d41 16842: resolve name clash for nc between netcat and the nedit client for
completion and add _pick_variant to resolve program variants in general
2002-03-15 16:26:08 +00:00
Sven Wischnowsky
45f9a36216 remove that -T option to compdef again and instead use comma-separated sub-contexts both for function and style lookup (16819) 2002-03-13 09:28:04 +00:00
Sven Wischnowsky
f56ba813bb allow different sets of completion definitions selected with option -T to compdef; use this for parameter values and redirections (16755) 2002-03-04 08:53:41 +00:00
Sven Wischnowsky
8dcd8e54c5 make _guard use _mesage -e'; make _message -e' use $curtag as a default; change uses of _guard (16708) 2002-02-25 09:09:31 +00:00
Sven Wischnowsky
becf65dd7f allow an argument containing only a single colon as a separator between options to _arguments and specs (16669) 2002-02-18 14:36:01 +00:00
Bart Schaefer
d4a5b9916f Add a special-dirs example. 2002-02-12 17:25:18 +00:00
Sven Wischnowsky
77339cc21d add -x option (to be passed on to compadd) to _description and friends; make _message respect any -[12VJ] options it gets, adding the message to that group (16609) 2002-02-12 13:37:00 +00:00
Bart Schaefer
a11b60569b 16419: Improve _arguments syntax summary. 2002-01-26 21:08:26 +00:00
Sven Wischnowsky
3807c902a2 add new generic fake style and changes to the C-code for that (different implementation of compadd -x) (16483) 2002-01-22 10:22:47 +00:00
Sven Wischnowsky
f463b09b13 allow arguments to be given to functions used by compdef (actually, the strings are eval'uated, so this should be powerful enough) (16472) 2002-01-21 16:13:15 +00:00
Sven Wischnowsky
5659f442c0 allow manual pages to be shown separated by section with new separate-sections style (16426) 2002-01-10 11:00:05 +00:00
Oliver Kiddle
95abfc0e2a 16398: updated zstyle completion and related cleanup 2002-01-04 12:09:29 +00:00
Clint Adams
175ae571f3 16006: use styles for mail directory, pine directory, and muttrc. 2001-10-10 20:10:44 +00:00
Sven Wischnowsky
933813e971 change file completion default to offer globbed files and directories on first try (15995) 2001-10-09 12:56:02 +00:00
Sven Wischnowsky
22d506ed6b make expand style (file completion) work again; no more special behaviour with menu completion; try to make docs clearer (15944) 2001-10-05 11:18:36 +00:00
Adam Spiers
a4ba95139d unposted: Add missing docs for cache-policy style. 2001-08-15 13:50:02 +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
Oliver Kiddle
9c5a1ba117 correction (unposted) 2001-08-06 15:56:23 +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
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
72b56dc458 add preserve-prefix style to keep pathname prefix unchanged (15400) 2001-07-17 09:04:29 +00:00
Sven Wischnowsky
78087d2e8d (14736) 2001-06-06 09:50:39 +00:00
Oliver Kiddle
63a32f3c34 correct alphabetical order in lists of styles, tags, functions and modules 2001-05-31 11:58:40 +00:00
Oliver Kiddle
56528ccb66 spelling corrections 2001-05-29 17:54:08 +00:00