1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-02 08:51:18 +02:00
Commit Graph

327 Commits

Author SHA1 Message Date
Peter Stephenson
d7163e6369 _argument_sets removed from .distfile 2000-05-30 09:30:08 +00:00
Sven Wischnowsky
47c0bd0db1 fixes for _arguments without multiple sets; change completion test for empty actions (11647) 2000-05-30 07:49:00 +00:00
Bart Schaefer
61a2d24f54 11644: Use `print -s' in _complete_debug. 2000-05-30 03:57:39 +00:00
Bart Schaefer
ab0ec79c6b 11643: Updates for _rpm. 2000-05-30 03:54:35 +00:00
Bart Schaefer
76868bdc6a Add comment. 2000-05-29 20:00:38 +00:00
Sven Wischnowsky
acd0558e54 make _path_files use glob qualifiers from the line when doing pattern matching (11635) 2000-05-29 13:11:59 +00:00
Sven Wischnowsky
d22ee9a5ba keep information about things to complete in _arguments (11631) 2000-05-29 09:15:12 +00:00
Sven Wischnowsky
a2750a4eff fixes for _arguments with sets; make _zpty not use sets (11624) 2000-05-29 08:00:46 +00:00
Bart Schaefer
7a3ca7a673 11618: Fix bad shift. 2000-05-28 21:10:13 +00:00
Oliver Kiddle
24695d682f use of _arguments for completion of a couple more builtins (11615) 2000-05-28 19:40:22 +00:00
Clint Adams
5b463bddc6 11599: check for d&x bits on @INC directories in _perl_modules 2000-05-26 14:08:26 +00:00
Oliver Kiddle
b36b493313 Split _arguments calls into sets to avoid long mutex lists (11579) 2000-05-25 15:09:04 +00:00
Sven Wischnowsky
7fb99aadec beautify format of compdump file (11576) 2000-05-25 14:48:38 +00:00
Sven Wischnowsky
105456d250 fix for special-dirs when used with -g patterns (11570) 2000-05-25 12:01:37 +00:00
Sven Wischnowsky
6959ffd962 force listing in _complete_debug; make complist with list-scrolling stopt at the end of the list when prompt would scroll it out; fix _in_vared to handle `foo[bar]' (11565) 2000-05-25 07:58:44 +00:00
Sven Wischnowsky
8f7beea079 fix for comparguments to make -s have an effect again (11552) 2000-05-24 08:32:12 +00:00
Clint Adams
fae0b54f1c 11548: -h flag for ispell 2000-05-24 05:58:20 +00:00
Oliver Kiddle
b9195aa57d minor completion fixes (11541) 2000-05-23 18:06:32 +00:00
Oliver Kiddle
63b7b10355 Minor completion fixes (11541) 2000-05-23 18:03:12 +00:00
Oliver Kiddle
0735f0d889 Suffix handling improvements for url completion (11539) 2000-05-23 16:11:57 +00:00
Peter Stephenson
bfe6602d9e 11537: new _complete_tag function 2000-05-23 15:27:13 +00:00
Sven Wischnowsky
ee681a32ad use set -A' instead of eval' in more places (11525) 2000-05-23 08:54:30 +00:00
Oliver Kiddle
de2c2a89c6 Don't lose empty arguments (11517) 2000-05-22 18:15:53 +00:00
Peter Stephenson
bdfda774b7 11516: Completion/Core/compinstall: menu selection 2000-05-22 17:52:40 +00:00
Bart Schaefer
7d19431901 11515: Fix infinite loop. 2000-05-22 17:17:52 +00:00
Chmouel Boudjnah
bf40a2f40c Completion/Linux/_rpm: --buildarch is like --target 2000-05-22 14:11:34 +00:00
Sven Wischnowsky
30d8c23981 another fix for `select=long*' in menu style (11500) 2000-05-22 13:55:57 +00:00
Sven Wischnowsky
57658af8a5 fix for select-long-list in menu style (11497) 2000-05-22 12:22:48 +00:00
Sven Wischnowsky
fa50c70000 fix for clines in suffix (11496) 2000-05-22 12:14:37 +00:00
Sven Wischnowsky
91f40b975f be more careful when decided if to insert tabs instead of completing (11493) 2000-05-22 11:28:29 +00:00
Sven Wischnowsky
ce90081ea8 pat(-) in long-option patterns to say that argument should be completed only after the `='; merge _arguments and _argument_sets; slightly better test when not to complete options (11489) 2000-05-22 09:28:34 +00:00
Sven Wischnowsky
007cfdff55 fix for a-a-m-c in menu selection; scroll explanations onto screen again (11487) 2000-05-22 08:47:30 +00:00
Oliver Kiddle
f97eaa4579 Do a better job of completing suffixes in netscape remote commands (11471) 2000-05-19 18:44:21 +00:00
Peter Stephenson
8d17d2f02d 11467: [#<base>] syntax for output base
zsh-users/3071: compdump tweak to avoid // in path
2000-05-19 18:22:50 +00:00
Oliver Kiddle
e20600c8a4 Fix _su to use user's shell for completion after -c again 2000-05-19 16:19:39 +00:00
Bart Schaefer
aea69f6e64 11469: Locally unset the errexit option and ZERR trap. 2000-05-19 16:04:16 +00:00
Sven Wischnowsky
f9e65c2b1f don't use $match for something different than (#b)ackrefs (11464) 2000-05-19 08:24:16 +00:00
Sven Wischnowsky
191930e8fb fix for completion of `netscape -remote' (11460) 2000-05-18 11:04:34 +00:00
Sven Wischnowsky
ca670d4d27 allow _main_complete to call an arbitrary command given as arguments (11459) 2000-05-18 10:48:31 +00:00
Peter Stephenson
c515a58aca 11455: Completion/Core/_oldlist: old-menu defaults on 2000-05-18 08:59:29 +00:00
Sven Wischnowsky
7594cc1872 make _files remove backslashes in patterns (11453) 2000-05-18 07:18:57 +00:00
Peter Stephenson
3c77b96af5 11444: add old-list and old-menu to _zstyle 2000-05-17 15:54:38 +00:00
Sven Wischnowsky
f63d4066ba fix completion after tilde and equal sign inside quotes (11429) 2000-05-17 06:50:03 +00:00
Bart Schaefer
a04a3a9e65 Fix typos and remove RCS Id strings. 2000-05-16 16:21:33 +00:00
Tanaka Akira
26a467f406 11415: Completion/User/_cvs: follow the new matcher-list behaviour. 2000-05-16 16:04:04 +00:00
Sven Wischnowsky
d658d3e2bb fixed configuration of menu-selection with menu style; pseudo-context `-command-line-', handy for completion in vared (11408) 2000-05-16 11:44:57 +00:00
Sven Wischnowsky
95883d8b95 avoid tilde- and parameter-completion in quotes (11407) 2000-05-16 11:24:55 +00:00
Sven Wischnowsky
0129f41d80 make _arguments take the attempt to add matches as an indication not to do default option-completion (11406) 2000-05-16 11:15:24 +00:00
Sven Wischnowsky
aa17f0db6d fix scrolling in menu-selection with matches spanning multiple lines 2000-05-16 10:45:01 +00:00
Peter Stephenson
7a53d36f39 one hunk of 11381: typo in _vars_eq 2000-05-16 09:55:54 +00:00