1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-01 16:31:53 +02:00
Commit Graph

21 Commits

Author SHA1 Message Date
Sven Wischnowsky
77339cc21d add -x option (to be passed on to compadd) to _description and friends; make _message respect any -[12VJ] options it gets, adding the message to that group (16609) 2002-02-12 13:37:00 +00:00
Sven Wischnowsky
3807c902a2 add new generic fake style and changes to the C-code for that (different implementation of compadd -x) (16483) 2002-01-22 10:22:47 +00:00
Sven Wischnowsky
f463b09b13 allow arguments to be given to functions used by compdef (actually, the strings are eval'uated, so this should be powerful enough) (16472) 2002-01-21 16:13:15 +00:00
Sven Wischnowsky
5a1065dc66 make insert-tab really default to `true' (15653) 2001-08-17 10:37:00 +00:00
Bart Schaefer
e8cb280d50 Fix "insert-tab pending" zstyle. 2001-06-20 17:42:15 +00:00
Oliver Kiddle
56528ccb66 spelling corrections 2001-05-29 17:54:08 +00:00
Sven Wischnowsky
4a7abbfdd6 use `eval $_comp_setup' in all entry points of the completion system to not only set up the options, but also redirect stdin and ignore trap handlers for ZERR (14530) 2001-05-29 11:59:50 +00:00
Clint Adams
da9fa61207 14509: ZLS_COLOURS/ZLS_COLORS consistency 2001-05-28 16:01:01 +00:00
Oliver Kiddle
0a159d0f73 fix to include + options in tag order (14416) 2001-05-21 16:15:59 +00:00
Sven Wischnowsky
ff82191c26 empty description means: don't add a -X option (14252) 2001-05-08 08:46:59 +00:00
Sven Wischnowsky
cbba9da870 new or changed after move 2001-04-02 12:39:40 +00:00
Sven Wischnowsky
1e361dac9c moved from Completion/Core/_wanted 2001-04-02 11:05:04 +00:00
Sven Wischnowsky
4285f0578a moved from Completion/Core/_tags 2001-04-02 11:04:49 +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
f02dc0a88a moved from Completion/Core/_normal 2001-04-02 11:04:04 +00:00
Sven Wischnowsky
ad00c93296 moved from Completion/Core/_next_label 2001-04-02 11:03:49 +00:00
Sven Wischnowsky
b8fd517172 moved from Completion/Core/_message 2001-04-02 11:03:34 +00:00
Sven Wischnowsky
932f096df9 moved from Completion/Core/_main_complete 2001-04-02 11:03:18 +00:00
Sven Wischnowsky
422579b1e7 moved from Completion/Core/_description 2001-04-02 11:03:01 +00:00
Sven Wischnowsky
c789f5dbdb moved from Completion/Core/_all_labels 2001-04-02 11:02:44 +00:00