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

46 Commits

Author SHA1 Message Date
Oliver Kiddle
b0337944b4 mention more standard tags in documentation and fix some typos (12177) 2000-07-05 21:05:57 +00:00
Sven Wischnowsky
b9a533f382 allow subscripts for compadd -[ak]; new style for history completion; better list-colors handling (12029) 2000-06-22 08:42:36 +00:00
Sven Wischnowsky
fb7bc3a9c7 a bit of security for compinit (avoid using things writable by others); avoid handling files with the same name twice; remove compconf (11998) 2000-06-20 07:15:38 +00:00
Sven Wischnowsky
a295e82c1e allow _expand to expand braces; better detection of braces to complete in C (11973) 2000-06-19 09:55:31 +00:00
Sven Wischnowsky
fd25b24df6 use compadd -[ak] (11549) 2000-05-31 09:38:25 +00:00
Sven Wischnowsky
a2750a4eff fixes for _arguments with sets; make _zpty not use sets (11624) 2000-05-29 08:00:46 +00:00
Oliver Kiddle
24695d682f use of _arguments for completion of a couple more builtins (11615) 2000-05-28 19:40:22 +00:00
Oliver Kiddle
b36b493313 Split _arguments calls into sets to avoid long mutex lists (11579) 2000-05-25 15:09:04 +00:00
Peter Stephenson
3c77b96af5 11444: add old-list and old-menu to _zstyle 2000-05-17 15:54:38 +00:00
Peter Stephenson
7a53d36f39 one hunk of 11381: typo in _vars_eq 2000-05-16 09:55:54 +00:00
Oliver Kiddle
6ff206e057 Add -L option to the hash builtin 2000-05-15 00:31:20 +00:00
Oliver Kiddle
56caa787a6 Use _arguments for hash completion and add + options for typeset (11347) 2000-05-12 13:16:52 +00:00
Oliver Kiddle
f9938ba951 complete using _arguments for typeset and its variants (11282) 2000-05-09 16:53:34 +00:00
Sven Wischnowsky
8c6a5af791 give control over insertion of tab when no non-blank character before cursor; add insert-tab style (11274) 2000-05-09 11:04:44 +00:00
Sven Wischnowsky
bedd4cf2c5 make _expand call _complete when called from _expand_word; add ignore-line style to ignore words already on the line (11244) 2000-05-08 08:44:52 +00:00
Sven Wischnowsky
92637abbb8 misc. completion cleanups and changes (11242) 2000-05-08 08:16:32 +00:00
Sven Wischnowsky
9f9b6e1655 completion function cleanup for _arguments' with the -C' option and using it's return value (11195) 2000-05-05 13:38:45 +00:00
Sven Wischnowsky
4414e16a6a don't list when all matches look the same; force-list style to give users control over this (11140) 2000-05-04 07:44:21 +00:00
Sven Wischnowsky
cdbbb405de Andrej: handle -t option in _zcompile (11067) 2000-05-03 12:26:20 +00:00
Sven Wischnowsky
753cc6b22a completion cleanup, mostly _wanted and $expl (11049) 2000-05-02 08:23:31 +00:00
Sven Wischnowsky
d49da60670 make _arguments use more than one action when appropriate; add _argument_sets to complete different sets of arguments and options for the same command (10908) 2000-04-25 09:48:08 +00:00
Oliver Kiddle
a903dcba4f Add completion for file descriptors 2000-04-20 00:48:27 +00:00
Oliver Kiddle
2203c91cf1 10833: new print completion and complete nothing for clear and logname 2000-04-19 14:48:48 +00:00
Sven Wischnowsky
fe65ab1dd8 completion list scrolling cleanup; *STATUS renamed to *PROMPT, styles for new used parameters, use local keymap when waiting at list-prompt (10801) 2000-04-18 07:36:55 +00:00
Sven Wischnowsky
1fb481b8c2 better completion after `=', everywhere (10780) 2000-04-17 08:22:44 +00:00
Clint Adams
0abbba01c3 10763: complete after : for typeset & friends 2000-04-14 15:15:46 +00:00
Sven Wischnowsky
b692ed1b9d remove the pids' tag, use processes' instead (10733) 2000-04-13 11:05:15 +00:00
Oliver Kiddle
c7d8a2426f Use _arguments for bindkey completion and fix small typo in docs 2000-04-12 15:05:34 +00:00
Sven Wischnowsky
fac3086d97 _wanted now tests both tags and labels; change places where _wanted was called without a command; allow multiple patterns per string in file-patterns; update _next_tags to work with labels (10632) 2000-04-11 07:57:56 +00:00
Bart Schaefer
bdcd688f8d 10598: Fix typo; reformat styles documentation for readability. 2000-04-09 20:56:52 +00:00
Sven Wischnowsky
fc426939cc renaming some styles 2000-04-05 11:07:25 +00:00
Bart Schaefer
4df3578148 Add _emulate, _zcompile, _all_labels, _ignored, _next_label. 2000-04-04 11:20:52 +00:00
Peter Stephenson
e025336f2f Updated from list as far as 10376 2000-04-01 20:43:43 +00:00
Tanaka Akira
768d5fc7dc Initial revision 2000-03-09 11:46:28 +00:00
Tanaka Akira
a59c55961a Initial revision 1999-12-23 22:09:28 +00:00
Tanaka Akira
47e098e407 Initial revision 1999-11-19 09:20:30 +00:00
Tanaka Akira
2cb2f17416 Initial revision 1999-11-14 19:57:24 +00:00
Tanaka Akira
4265f4b026 Initial revision 1999-11-04 15:44:57 +00:00
Tanaka Akira
818c8db904 zsh-workers:8515 1999-11-03 11:01:23 +00:00
Tanaka Akira
ba35c713a1 Initial revision 1999-11-03 10:48:41 +00:00
Tanaka Akira
520116ec68 Initial revision 1999-10-21 15:36:40 +00:00
Tanaka Akira
a05a843583 Initial revision 1999-10-14 15:05:40 +00:00
Tanaka Akira
3d74a2f689 pws-5 1999-09-22 12:40:11 +00:00
Tanaka Akira
02f0009e5a Initial revision 1999-09-22 12:35:29 +00:00
Tanaka Akira
5d0a0edcca Initial revision 1999-05-02 15:20:46 +00:00
Tanaka Akira
e74702b467 Initial revision 1999-04-15 18:05:38 +00:00