Oliver Kiddle
|
f489f7b24e
|
17958: -u and -v options were missing
|
2002-11-22 11:50:51 +00:00 |
|
Oliver Kiddle
|
fac39932e9
|
17958: with new argument parsing, -k can be imediately followed by arg
|
2002-11-22 11:50:00 +00:00 |
|
Oliver Kiddle
|
0c2bdc70c4
|
17958: update print completion for new print options in 17940
|
2002-11-22 11:49:01 +00:00 |
|
Oliver Kiddle
|
770d437504
|
17682: add support for -H and -p in typeset completion
|
2002-09-16 18:10:49 +00:00 |
|
Oliver Kiddle
|
bc5567c859
|
17573: complete new -s option to read
|
2002-08-23 10:23:05 +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
|
61f8a07bfc
|
make more calls to _message use the -e option (16988)
|
2002-04-16 07:48:43 +00:00 |
|
Oliver Kiddle
|
ac88d2bbef
|
16913: fix completion after compdef -a and correct typos
|
2002-03-27 16:10:07 +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 |
|
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 |
|
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
|
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 |
|
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 |
|
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
|
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
|
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 |
|
Oliver Kiddle
|
a2d8ef7a73
|
update bindkey completion for bindkey changes in 14046 (14219)
|
2001-05-04 10:55:57 +00:00 |
|
Oliver Kiddle
|
f48fd1dd86
|
add _arguments based completion for alias and jobs (13947)
|
2001-04-12 09:24:40 +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 |
|
Sven Wischnowsky
|
cbba9da870
|
new or changed after move
|
2001-04-02 12:39:40 +00:00 |
|
Sven Wischnowsky
|
a97966bb1b
|
moved from Completion/Builtins/_vars_eq
|
2001-04-02 11:35:02 +00:00 |
|
Sven Wischnowsky
|
fae80e3dd6
|
moved from Completion/User/_prompt
|
2001-04-02 11:34:45 +00:00 |
|
Sven Wischnowsky
|
d529f9905f
|
moved from Completion/User/_mere
|
2001-04-02 11:34:28 +00:00 |
|
Sven Wischnowsky
|
673bb10096
|
moved from Completion/Builtins/_zstyle
|
2001-04-02 11:34:11 +00:00 |
|
Sven Wischnowsky
|
363f759ed0
|
moved from Completion/Builtins/_zpty
|
2001-04-02 11:33:55 +00:00 |
|
Sven Wischnowsky
|
de67b0f67f
|
moved from Completion/Builtins/_zmodload
|
2001-04-02 11:33:40 +00:00 |
|
Sven Wischnowsky
|
d4702262df
|
moved from Completion/Builtins/_zle
|
2001-04-02 11:33:23 +00:00 |
|