1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-03 01:11:37 +02:00
Commit Graph

113 Commits

Author SHA1 Message Date
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
Bart Schaefer
4b98b648df 16748: Fix infinite loop introduced by 16464. 2002-03-01 05:14:38 +00:00
Oliver Kiddle
6febc8fe67 16619, 16676: add -c, -l and -p options to the dirs builtin 2002-02-20 12:51:51 +00:00
Sven Wischnowsky
908065190d fixlet to avoid an empty string in an array; cause completion after cd without any matches to not report that there were no matches (16515) 2002-01-30 08:47:52 +00:00
Sven Wischnowsky
a2deb3854a slight improvement for 16500 to allow completion after ./<TAB> in all cases (16507) 2002-01-28 16:34:12 +00:00
Clint Adams
a92fca6f8e 16500: don't complete executable files in the current directory if "." is not in path. 2002-01-27 21:57:52 +00:00
Oliver Kiddle
f879a295e1 use pager style instead of $EDITOR and fix bad substitution in exclusion lists 2002-01-17 18:49:32 +00:00
Oliver Kiddle
d7822305b4 16461: a number of minor completion function updates 2002-01-16 16:29:51 +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
Sven Wischnowsky
90bbd87734 fixes for completion of signal names with SIG prefix and for completing command names instead of pids (16406) 2002-01-07 14:38:13 +00:00
Oliver Kiddle
95abfc0e2a 16398: updated zstyle completion and related cleanup 2002-01-04 12:09:29 +00:00
Oliver Kiddle
d39feeffc4 16224: add -n option to kill and complete options from _kill 2001-11-06 15:06:59 +00:00
Bart Schaefer
6a75b3c0c5 16197: limit' accepts unlimited'. 2001-11-01 15:41:40 +00:00
Oliver Kiddle
0635160db7 16174: complete value of $TZ 2001-10-26 13:05:45 +00:00
Sven Wischnowsky
2a0862bc40 fix: make _describe handle (...) arguments correctly; use _file_descriptors after -t in conditions; don't display empty descriptions in _file_descriptors (16085) 2001-10-19 10:28:07 +00:00
Oliver Kiddle
648d1c2756 add print -f option, %n format specifier and tests for print/printf (15973) 2001-10-08 10:47:46 +00:00
Sven Wischnowsky
4bf4818f5a make _cd use only one call to _alternative, including completions from _tilde (using the named-directories tag) (15945) 2001-10-05 11:56:56 +00:00
Oliver Kiddle
f7624a71e2 complete new [:ascii:] character class 2001-09-11 09:35:53 +00:00
Bart Schaefer
4fe788b092 Don't treat numbers as cd-able vars. 2001-08-22 15:37:19 +00:00
Oliver Kiddle
adbab91edb use _x_display when setting $DISPLAY and fix bug in enable completion (15594) 2001-08-07 19:29:13 +00:00
Oliver Kiddle
6cd11094d9 do not complete aliases in equals expansion any more (15590) 2001-08-07 11:28:12 +00:00
Sven Wischnowsky
1df4b6620b some more places where list-separator should be used (15485) 2001-07-25 12:36:34 +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
Bart Schaefer
05fdd6fed2 Return nonzero from _tilde on no matches. 2001-07-02 07:17:00 +00:00
Bart Schaefer
c2277ed220 Merge .distfiles change from 4.0.2 branch. 2001-06-29 05:53:12 +00:00
Sven Wischnowsky
3eaedd99a0 Improve completion for `cd' with cdablevars set; cleanup in _cd and _tilde (15152) 2001-06-28 07:47:39 +00:00
Bart Schaefer
5470c1fe38 Completion for AUTO_CD. 2001-06-21 09:33:15 +00:00
Peter Stephenson
87db190920 Load tcp module, zfcd_match, zfget_match where necessary. 2001-06-14 19:58:27 +00:00
Oliver Kiddle
9c9352cc76 don't complete read-only parameters on the left side of an assignment (14896) 2001-06-13 10:38:10 +00:00
Oliver Kiddle
13476e2a86 update _pine for pine 4.33, add echoti completion and update _echotc (14567) 2001-05-30 11:54:53 +00:00
Oliver Kiddle
56528ccb66 spelling corrections 2001-05-29 17:54:08 +00:00
Oliver Kiddle
f6a219657f make use of _arguments in _set (14409) 2001-05-21 12:28:27 +00:00
Bart Schaefer
b8fd7a31bd Remove unnecessary '*' from pattern. 2001-05-08 15:09:56 +00:00
Oliver Kiddle
671fda58c0 match scalar*' not scalar' when checking parameter type (14256) 2001-05-08 11:55:28 +00:00
Bart Schaefer
d58c1780fd Improve handling of b/n/s subscript flags. 2001-05-06 22:35:08 +00:00
Bart Schaefer
c687e5f515 Fix subscript flag descriptions 2001-05-05 20:11:59 +00:00
Oliver Kiddle
080155607e complete subscript flags (14227) 2001-05-04 23:00:18 +00:00
Oliver Kiddle
a2d8ef7a73 update bindkey completion for bindkey changes in 14046 (14219) 2001-05-04 10:55:57 +00:00
Sven Wischnowsky
6618fa77c8 remove SUFFIX-handling, it's in _tilde and only needed there (13997) 2001-04-17 09:12:26 +00:00
Oliver Kiddle
621155b3ec avoid appending a / when called from _cd (13958) 2001-04-12 11:42:01 +00:00
Oliver Kiddle
f48fd1dd86 add _arguments based completion for alias and jobs (13947) 2001-04-12 09:24:40 +00:00
Bart Schaefer
d4f7d8d32c Don't append a / when completing after [-+]*. 2001-04-11 22:26:11 +00:00
Oliver Kiddle
5c380d5ede add _arguments based completion for alias and jobs (13947) 2001-04-11 21:47:17 +00:00
Oliver Kiddle
da0179bfb2 new completion functions 2001-04-03 21:13:10 +00:00
Sven Wischnowsky
3d7263ff67 after-move cleanup 2001-04-02 13:04:04 +00:00
Sven Wischnowsky
c6686513ef new _zed 2001-04-02 12:45:05 +00:00