1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-11-20 05:53:52 +01:00
Commit Graph

607 Commits

Author SHA1 Message Date
Sven Wischnowsky
dc85b9dea0 moved to Completion/Base/Completer/_expand 2001-04-02 11:06:27 +00:00
Sven Wischnowsky
0fc23d16fd moved from Completion/Core/_correct 2001-04-02 11:06:18 +00:00
Sven Wischnowsky
dad79203b3 moved to Completion/Base/Completer/_correct 2001-04-02 11:06:10 +00:00
Sven Wischnowsky
502746c133 moved from Completion/Core/_complete 2001-04-02 11:06:01 +00:00
Sven Wischnowsky
607401da0f moved to Completion/Base/Completer/_complete 2001-04-02 11:05:53 +00:00
Sven Wischnowsky
59e5ef46d2 moved from Completion/Core/_approximate 2001-04-02 11:05:44 +00:00
Sven Wischnowsky
755297c14b moved to Completion/Base/Completer/_approximate 2001-04-02 11:05:36 +00:00
Sven Wischnowsky
4d58238a0a moved from Completion/Core/_all_matches 2001-04-02 11:05:27 +00:00
Sven Wischnowsky
881e049f31 moved to Completion/Base/Completer/_all_matches 2001-04-02 11:05:16 +00:00
Sven Wischnowsky
1e361dac9c moved from Completion/Core/_wanted 2001-04-02 11:05:04 +00:00
Sven Wischnowsky
63425a2279 moved to Completion/Base/Core/_wanted 2001-04-02 11:04:57 +00:00
Sven Wischnowsky
4285f0578a moved from Completion/Core/_tags 2001-04-02 11:04:49 +00:00
Sven Wischnowsky
069a04e104 moved to Completion/Base/Core/_tags 2001-04-02 11:04:41 +00:00
Sven Wischnowsky
4c9dc4a461 moved from Completion/Core/_setup 2001-04-02 11:04:32 +00:00
Sven Wischnowsky
a9fe340666 moved from Completion/Core/_requested 2001-04-02 11:04:20 +00:00
Sven Wischnowsky
d1d242bfd7 moved to Completion/Base/Core/_requested 2001-04-02 11:04:12 +00:00
Sven Wischnowsky
f02dc0a88a moved from Completion/Core/_normal 2001-04-02 11:04:04 +00:00
Sven Wischnowsky
24e67c70cc moved to Completion/Base/Core/_normal 2001-04-02 11:03:57 +00:00
Sven Wischnowsky
ad00c93296 moved from Completion/Core/_next_label 2001-04-02 11:03:49 +00:00
Sven Wischnowsky
fbb6ebd554 moved to Completion/Base/Core/_next_label 2001-04-02 11:03:42 +00:00
Sven Wischnowsky
b8fd517172 moved from Completion/Core/_message 2001-04-02 11:03:34 +00:00
Sven Wischnowsky
5962d9ffdb moved to Completion/Base/Core/_message 2001-04-02 11:03:27 +00:00
Sven Wischnowsky
932f096df9 moved from Completion/Core/_main_complete 2001-04-02 11:03:18 +00:00
Sven Wischnowsky
365a25ab56 moved to Completion/Base/Core/_main_complete 2001-04-02 11:03:10 +00:00
Sven Wischnowsky
422579b1e7 moved from Completion/Core/_description 2001-04-02 11:03:01 +00:00
Sven Wischnowsky
fe5acd2287 moved to Completion/Base/Core/_description 2001-04-02 11:02:53 +00:00
Sven Wischnowsky
c789f5dbdb moved from Completion/Core/_all_labels 2001-04-02 11:02:44 +00:00
Sven Wischnowsky
ac5b289175 moved to Completion/Base/Core/_all_labels 2001-04-02 11:02:36 +00:00
Sven Wischnowsky
aee87ec65b moved from Completion/Core/compinstall 2001-04-02 11:02:24 +00:00
Sven Wischnowsky
2e312ec73d moved to Completion/compinstall 2001-04-02 11:02:15 +00:00
Sven Wischnowsky
1e3caef58d moved from Completion/Core/compinit 2001-04-02 11:02:05 +00:00
Sven Wischnowsky
eae553d338 moved to Completion/compinit 2001-04-02 11:01:57 +00:00
Sven Wischnowsky
9cb471d5ec moved from Completion/Core/compdump 2001-04-02 11:01:49 +00:00
Sven Wischnowsky
ea5ec115fb moved to Completion/compdump 2001-04-02 11:01:42 +00:00
Sven Wischnowsky
992b23ab05 moved from Completion/Core/compaudit 2001-04-02 11:01:33 +00:00
Clint Adams
9475938761 13866: apt-get install pinning 2001-04-02 05:37:27 +00:00
Clint Adams
a179c37a5e 13864: apt-get -t <release name> 2001-04-02 00:57:20 +00:00
Oliver Kiddle
b9c58a73ac various doc fixes and minor completion function changes, most of which
are to use the -A "-*" and -S options to _arguments (13863)
2001-04-01 16:19:15 +00:00
Chmouel Boudjnah
e6be1f76cf Completion for apm command (linux only). 2001-04-01 01:12:07 +00:00
Clint Adams
7c48a9699e 13860: caching layer support in _deb_packages 2001-03-30 21:02:44 +00:00
Sven Wischnowsky
32f8d43b61 fix comparison of expansions with expanded prefix (missing quoting) (13833) 2001-03-29 08:59:48 +00:00
Sven Wischnowsky
2249e5c319 next try to get rid of empty strings being added as possible completion by _multi_parts (13830) 2001-03-29 08:39:39 +00:00
Sven Wischnowsky
8d610f7724 more cleanup; simplify the stop and liststyles; try to make it obey whatever _main_complete says should be done (menu-wise) (13815) 2001-03-28 12:17:12 +00:00
Sven Wischnowsky
6a62ae3564 replace path' with more general urls' style (13814) 2001-03-28 11:26:05 +00:00
Sven Wischnowsky
9e2dea1145 *** empty log message *** 2001-03-28 10:58:02 +00:00
Peter Stephenson
1deca81c23 Typo in _complete_tag 2001-03-28 10:33:35 +00:00
Sven Wischnowsky
975b4c58d3 don't add options as completions if a `->state' action was used and we are directly after the option (in the same word) (13809) 2001-03-28 09:50:36 +00:00
Sven Wischnowsky
e48f71e216 make _arguments return 300 only if given the -R option (13790) 2001-03-27 13:03:49 +00:00
Sven Wischnowsky
aa9c315cc8 comment out looking up the prefix-needed style when completing directory stack entries; make _tilde use _popd, finally (13789) 2001-03-27 12:22:53 +00:00
Sven Wischnowsky
6d72dca54f try to make _h_c_w smarter at the beginning and end of the list; avoid list-beeping if the old completion list is re-used (3752) 2001-03-27 09:14:50 +00:00