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
|
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
|
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 |
|
Sven Wischnowsky
|
647674f6ab
|
undo most of 15650, do that in shell code (15669)
|
2001-08-20 13:13:49 +00:00 |
|
Sven Wischnowsky
|
1a1d270e13
|
15638
|
2001-08-16 08:07:41 +00:00 |
|
Sven Wischnowsky
|
b0ac280e1a
|
make _dd not use already used specs; fix for selecting stuff to complete in _describe; fix for correction and _describe with grouped lists (15588)
|
2001-08-07 10:38:36 +00:00 |
|
Sven Wischnowsky
|
bd629defe8
|
(15357)
|
2001-07-10 09:25:43 +00:00 |
|
Oliver Kiddle
|
56528ccb66
|
spelling corrections
|
2001-05-29 17:54:08 +00:00 |
|
Sven Wischnowsky
|
4a7abbfdd6
|
use `eval $_comp_setup' in all entry points of the completion system to not only set up the options, but also redirect stdin and ignore trap handlers for ZERR (14530)
|
2001-05-29 11:59:50 +00:00 |
|
Sven Wischnowsky
|
dc9d78c659
|
(14350)
|
2001-05-15 13:52:22 +00:00 |
|
Oliver Kiddle
|
e364fb2139
|
insert redirection operators when expanding after one (14281)
|
2001-05-09 12:06:10 +00:00 |
|
Sven Wischnowsky
|
47d8fd9b6c
|
missing star in suffix-style test pattern (14197)
|
2001-05-02 08:58:55 +00:00 |
|
Sven Wischnowsky
|
6757c3c734
|
fixelt for the test for the suffix style; if word contains only a tilde, don't try to expand it (14160)
|
2001-04-30 11:09:49 +00:00 |
|
Sven Wischnowsky
|
6f2112f23a
|
try to improve testing for suffix style in _expand; make _path_files fail to complete words like ...<pat>..<param-subst>... (14133)
|
2001-04-27 09:12:33 +00:00 |
|
Bart Schaefer
|
a509b259f8
|
Use trap for unfunction compadd in _approximate.
|
2001-04-27 03:20:59 +00:00 |
|
Sven Wischnowsky
|
105009726b
|
make keep-prefix keep everything up to the first component with a parameter expansion, not only if that is at the beginning of the string (14092)
|
2001-04-26 07:02:47 +00:00 |
|
Sven Wischnowsky
|
cbba9da870
|
new or changed after move
|
2001-04-02 12:39:40 +00:00 |
|
Sven Wischnowsky
|
a067f38ad1
|
moved from Completion/Core/_prefix
|
2001-04-02 11:08:54 +00:00 |
|
Sven Wischnowsky
|
ad74f96ef0
|
moved from Completion/Core/_oldlist
|
2001-04-02 11:08:37 +00:00 |
|
Sven Wischnowsky
|
382d03c17d
|
moved from Completion/Core/_menu
|
2001-04-02 11:08:19 +00:00 |
|
Sven Wischnowsky
|
d73d9e9f7c
|
moved from Completion/Core/_match
|
2001-04-02 11:08:02 +00:00 |
|
Sven Wischnowsky
|
0aa7811fb7
|
moved from Completion/Core/_list
|
2001-04-02 11:07:45 +00:00 |
|
Sven Wischnowsky
|
8b2902b97b
|
moved from Completion/Core/_ignored
|
2001-04-02 11:07:28 +00:00 |
|
Sven Wischnowsky
|
e4ca49fe01
|
moved from Completion/Core/_history
|
2001-04-02 11:07:11 +00:00 |
|
Sven Wischnowsky
|
cbbb15dc98
|
moved from Completion/Core/_expand_alias
|
2001-04-02 11:06:52 +00:00 |
|
Sven Wischnowsky
|
c1d508d834
|
moved from Completion/Core/_expand
|
2001-04-02 11:06:35 +00:00 |
|
Sven Wischnowsky
|
0fc23d16fd
|
moved from Completion/Core/_correct
|
2001-04-02 11:06:18 +00:00 |
|
Sven Wischnowsky
|
502746c133
|
moved from Completion/Core/_complete
|
2001-04-02 11:06:01 +00:00 |
|
Sven Wischnowsky
|
59e5ef46d2
|
moved from Completion/Core/_approximate
|
2001-04-02 11:05:44 +00:00 |
|
Sven Wischnowsky
|
4d58238a0a
|
moved from Completion/Core/_all_matches
|
2001-04-02 11:05:27 +00:00 |
|