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

670 Commits

Author SHA1 Message Date
Sven Wischnowsky
5a4253f42e allow display of only messages via $compstate[list]=messages (11688) 2000-05-31 09:56:12 +00:00
Sven Wischnowsky
fd25b24df6 use compadd -[ak] (11549) 2000-05-31 09:38:25 +00:00
Sven Wischnowsky
4629133ad3 Andrej: fix for ${..//..} with % in search string (11660) 2000-05-31 09:27:52 +00:00
Sven Wischnowsky
fe8490dcf0 allow using menu-select for compdef -k (i.e.: autoload zsh/complist in such cases) (11686) 2000-05-31 09:23:28 +00:00
Peter Stephenson
7bf294f2b8 Wayne: pattern.c unitialised var
Zero-length arrays now possible with $array[1,0]
2000-05-31 08:56:23 +00:00
Sven Wischnowsky
d5b6d1f40c move to last cursor after not asking a second time if list should be shown (11682) 2000-05-31 06:31:22 +00:00
Sven Wischnowsky
fb6bcb7364 fix for ignore-line style (11679) 2000-05-31 06:13:50 +00:00
Sven Wischnowsky
3beeb8a6fd avoid reporting the same ->state more than once (11678) 2000-05-31 06:11:07 +00:00
Oliver Kiddle
64d9b83105 AIX depenency fix (11661) 2000-05-30 14:06:30 +00:00
Sven Wischnowsky
24520730a6 bogus uninitialised variable warning 2000-05-30 10:54:22 +00:00
Peter Stephenson
b2f8bc5ea2 modlist.yo added to .distfiles zsh-3.1.7 2000-05-30 10:25:57 +00:00
Peter Stephenson
d7163e6369 _argument_sets removed from .distfile 2000-05-30 09:30:08 +00:00
Peter Stephenson
6d1b53edf0 Etc/MACHINES tweak; 3.1.7 released 2000-05-30 09:14:16 +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
8564aa5c0d Wayne: Fix two history bugs that were causing the
failure of `print -s'.
2000-05-30 03:43:27 +00:00
Bart Schaefer
76868bdc6a Add comment. 2000-05-29 20:00:38 +00:00
Sven Wischnowsky
08ddb2593b doc fix, missing `)' (11638) 2000-05-29 14:48: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
fb9ec18e9a make handling of default tag clearer in the docs (3101) 2000-05-29 12:52:20 +00:00
Sven Wischnowsky
cd38cd40f7 matching bugs with patterns with two anchors (11634) 2000-05-29 12:42: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
Peter Stephenson
b6cf1f3303 11616: netinet/in_systm.h again 2000-05-28 20:59:15 +00:00
Oliver Kiddle
24695d682f use of _arguments for completion of a couple more builtins (11615) 2000-05-28 19:40:22 +00:00
Bart Schaefer
47532f255e 11606: Propagate parse errors out of parse_list() and parse_event(), and
test that it worked.
2000-05-27 08:32:58 +00:00
Bart Schaefer
17aadf0338 11607: For "read -q", open shout if necessary
even when SHTTY is
already a valid descriptor.
2000-05-27 08:31:32 +00:00
Bart Schaefer
301c475bd9 11606 and 11607. 2000-05-27 08:30:15 +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
Peter Stephenson
ad9c7348b5 11587: Felix Rosencrantz: Src/pattern.c: uninitialised variable
11590: various cygwin fixes
2000-05-26 09:47:27 +00:00
Sven Wischnowsky
972fe43f51 disable vared if zle is not enabled (11566) 2000-05-26 07:03:43 +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
c99a94e365 better cursor-movement in menu-selection (11569) 2000-05-25 11:33:13 +00:00
Peter Stephenson
5bed7d645b 11567: FD_CLOEXEC in zftp.c 2000-05-25 10:50:05 +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
Peter Stephenson
9121d78354 11561: no RC_QUOTES in $'..' 2000-05-24 17:20:26 +00:00
Peter Stephenson
8fd4ecc346 11560: Doc/Zsh/expn.yo: pipes are pipes even if plumbing isn't. 2000-05-24 15:20:26 +00:00
Bart Schaefer
53573eaffb 11554: Rearrange _arguments doc some more. 2000-05-24 09:14:34 +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
Peter Stephenson
72639fca30 11542: Doc/Zsh/compsys.yo: more wording `improvements' 2000-05-23 19:25:49 +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
dcb9683382 doc clarifications for zparseopts (11536) 2000-05-23 15:00:38 +00:00