1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-03 09:21:19 +02:00
Commit Graph

99 Commits

Author SHA1 Message Date
Sven Wischnowsky
59cdc985ab moved to Completion/X/Type/_x_geometry 2001-04-02 12:10:07 +00:00
Sven Wischnowsky
f005f8bd07 moved from Completion/X/_x_font 2001-04-02 12:09:59 +00:00
Sven Wischnowsky
9b12b98be9 moved to Completion/X/Type/_x_font 2001-04-02 12:09:51 +00:00
Sven Wischnowsky
c62d9f3061 moved from Completion/X/_x_extension 2001-04-02 12:09:42 +00:00
Sven Wischnowsky
ab93fd7768 moved to Completion/X/Type/_x_extension 2001-04-02 12:09:34 +00:00
Sven Wischnowsky
cdc88c7c0a moved from Completion/X/_x_display 2001-04-02 12:09:25 +00:00
Sven Wischnowsky
d151e7fdca moved to Completion/X/Type/_x_display 2001-04-02 12:09:17 +00:00
Sven Wischnowsky
427d15cb51 moved from Completion/X/_x_cursor 2001-04-02 12:09:08 +00:00
Sven Wischnowsky
89810acc8f moved to Completion/X/Type/_x_cursor 2001-04-02 12:09:01 +00:00
Sven Wischnowsky
40d7552724 moved from Completion/X/_x_colormapid 2001-04-02 12:08:52 +00:00
Sven Wischnowsky
d0b3915846 moved to Completion/X/Type/_x_colormapid 2001-04-02 12:08:45 +00:00
Sven Wischnowsky
366003f255 moved from Completion/X/_x_color 2001-04-02 12:08:37 +00:00
Sven Wischnowsky
98cf57b948 moved to Completion/X/Type/_x_color 2001-04-02 12:08:29 +00:00
Sven Wischnowsky
9a7312215f moved from Completion/X/_x_borderwidth 2001-04-02 12:08:21 +00:00
Sven Wischnowsky
7ac5929083 moved to Completion/X/Type/_x_borderwidth 2001-04-02 12:08:13 +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
ca585f812b add `services', allowing easier re-use of (parts of) completion functions (13346) 2001-01-15 09:11:31 +00:00
Sven Wischnowsky
bb18608a2a search for *.tif file, too (12919) 2000-10-06 13:11:48 +00:00
Sven Wischnowsky
d109322359 remove tests for kshautoload (use zcompile -z); fix for setting scriptname for functions that redefine themselves 2000-08-01 08:27:18 +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
fd25b24df6 use compadd -[ak] (11549) 2000-05-31 09:38:25 +00:00
Sven Wischnowsky
f9e65c2b1f don't use $match for something different than (#b)ackrefs (11464) 2000-05-19 08:24:16 +00:00
Tanaka Akira
c1dc0ffe4f 11223: Completion/Base/_regex_arguments, Completion/Debian/_apt,
Completion/X/_xset, Completion/X/_xwit, Doc/Zsh/compsys.yo:
_regex_arguments use _alternative.
2000-05-06 07:59:52 +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
Tanaka Akira
3e7a2a41bc 11165: Completion/Base/_regex_arguments, Completion/Debian/_apt,
Completion/X/_xset, Completion/X/_xwit, Doc/Zsh/compsys.yo,
Src/Modules/zutil.c: _regex_arguments support tag stuff.
2000-05-04 20:16:09 +00:00
Sven Wischnowsky
aa0381bd2b allow `-' in exclusion lists for _arguments, to avoid completing all options (11121) 2000-05-03 14:44:01 +00:00
Tanaka Akira
d981fc1316 add _xauth. 2000-05-03 11:49:13 +00:00
Tanaka Akira
5e3e05a607 11109: Completion/X/_xauth: new completion for xauth. 2000-05-03 11:38:32 +00:00
Sven Wischnowsky
43cd27bb7d *** empty log message *** 2000-04-26 08:38:51 +00:00
Sven Wischnowsky
f336784846 new completion function for xset from Tanaka (10885) 2000-04-26 08:31:20 +00:00
Sven Wischnowsky
ddb16a1b2b allow to anchor on gaps between strings in matching control specs (10926) 2000-04-26 06:54:26 +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
Clint Adams
18870148c5 10564: typo in _wanted
10565: maximum function depth configure option
10566: patgetglobflags has a second argument now
2000-04-07 02:27:44 +00:00
Sven Wischnowsky
b8bdb144d2 use basename of commands instead of $words[1] 2000-04-05 11:28:08 +00:00
Sven Wischnowsky
b687bd9750 Various completion fixes 2000-04-03 15:27:14 +00:00
Peter Stephenson
e025336f2f Updated from list as far as 10376 2000-04-01 20:43:43 +00:00
Tanaka Akira
e6a2abb8df Initial revision 2000-03-24 11:29:25 +00:00
Tanaka Akira
ce2b1c1627 test 1999-11-03 09:22:55 +00:00
Tanaka Akira
5c85a426d9 Initial revision 1999-09-23 13:09:12 +00:00
Tanaka Akira
3d74a2f689 pws-5 1999-09-22 12:40:11 +00:00
Tanaka Akira
4a662b72f1 Initial revision 1999-09-21 01:34:56 +00:00
Tanaka Akira
e712b19c33 Initial revision 1999-09-13 16:30:19 +00:00
Tanaka Akira
5a0164d055 zsh-3.1.6-pws-2 1999-08-31 10:46:38 +00:00
Tanaka Akira
a0de0207d0 zsh-workers:7564 1999-08-31 10:34:01 +00:00
Tanaka Akira
39143d5c61 Initial revision 1999-08-31 10:23:46 +00:00
Tanaka Akira
e6e268d995 Initial revision 1999-08-30 16:51:33 +00:00
Tanaka Akira
c8236cdb49 Initial revision 1999-08-30 10:08:37 +00:00
Tanaka Akira
d335ab27a7 Initial revision 1999-08-27 13:44:25 +00:00
Tanaka Akira
54f3a6bd29 Initial revision 1999-08-25 01:59:20 +00:00