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

173 Commits

Author SHA1 Message Date
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
dc9d78c659 (14350) 2001-05-15 13:52:22 +00:00
Peter Stephenson
ea03bf1ae5 14330: handle quotes better in _most_recent_file 2001-05-14 13:44:13 +00:00
Oliver Kiddle
e364fb2139 insert redirection operators when expanding after one (14281) 2001-05-09 12:06:10 +00:00
Sven Wischnowsky
83032fe876 add -S option to specify separator between values and their arguments; make _values add the value-separator as a suffix for most types of actions (14257) 2001-05-08 12:24:21 +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
47d8fd9b6c missing star in suffix-style test pattern (14197) 2001-05-02 08:58:55 +00:00
Sven Wischnowsky
6757c3c734 fixelt for the test for the suffix style; if word contains only a tilde, don't try to expand it (14160) 2001-04-30 11:09:49 +00:00
Sven Wischnowsky
6f2112f23a try to improve testing for suffix style in _expand; make _path_files fail to complete words like ...<pat>..<param-subst>... (14133) 2001-04-27 09:12:33 +00:00
Bart Schaefer
a509b259f8 Use trap for unfunction compadd in _approximate. 2001-04-27 03:20:59 +00:00
Sven Wischnowsky
b4b6d57e2c 14117 2001-04-26 14:40:11 +00:00
Oliver Kiddle
efe55f77a3 new vnc completion and use _guard for pine completion (14112) 2001-04-26 14:00:45 +00:00
Sven Wischnowsky
aa99b19c08 rename -W option to -w, add new -W option which makes _arguments complete options even after options that get their argument in the same word; new _guard function for conditionally displaying messages (14105) 2001-04-26 12:13:36 +00:00
Sven Wischnowsky
105009726b make keep-prefix keep everything up to the first component with a parameter expansion, not only if that is at the beginning of the string (14092) 2001-04-26 07:02:47 +00:00
Oliver Kiddle
d7417bdc0e add completion for common MUAs and a couple of minor fixes (13982) 2001-04-13 18:42:13 +00:00
Clint Adams
62e9af7ce6 13909: bad tilde files in some .distfiles 2001-04-05 13:44:58 +00:00
Sven Wischnowsky
bbbf07a3e7 complete only those single letter options with the right prefix character (13908) 2001-04-05 12:12:45 +00:00
Sven Wischnowsky
163b0101ed add -W option to _arguments, which allows to complete options after options that take an argument in the next word (13902) 2001-04-04 11:29:19 +00:00
Sven Wischnowsky
cbba9da870 new or changed after move 2001-04-02 12:39:40 +00:00
Sven Wischnowsky
354cc487ff changed after moving functions 2001-04-02 12:35:52 +00:00
Sven Wischnowsky
2b0618ccc9 moved to Completion/Zsh/Command/_precommand 2001-04-02 11:25:19 +00:00
Sven Wischnowsky
92c9f4faf2 moved to Completion/Zsh/Context/_value 2001-04-02 11:24:58 +00:00
Sven Wischnowsky
2cb2aa16d0 moved to Completion/Zsh/Context/_tilde 2001-04-02 11:24:41 +00:00
Sven Wischnowsky
0eca06e0c5 moved to Completion/Zsh/Context/_subscript 2001-04-02 11:24:25 +00:00
Sven Wischnowsky
2ecbada32d moved to Completion/Zsh/Context/_redirect 2001-04-02 11:24:10 +00:00
Sven Wischnowsky
763d5287c5 moved to Completion/Zsh/Context/_parameter 2001-04-02 11:23:55 +00:00
Sven Wischnowsky
6b88d1aaf2 moved to Completion/Zsh/Context/_math 2001-04-02 11:23:38 +00:00
Sven Wischnowsky
1bb11adee9 moved to Completion/Zsh/Context/_in_vared 2001-04-02 11:23:21 +00:00
Sven Wischnowsky
0fa297ae8d moved to Completion/Zsh/Context/_first 2001-04-02 11:23:04 +00:00
Sven Wischnowsky
3522f637da moved to Completion/Zsh/Context/_equal 2001-04-02 11:22:47 +00:00
Sven Wischnowsky
e7e55a73c1 moved to Completion/Zsh/Context/_default 2001-04-02 11:22:30 +00:00
Sven Wischnowsky
1a13dc1fb1 moved to Completion/Zsh/Context/_condition 2001-04-02 11:22:13 +00:00
Sven Wischnowsky
f36fa38951 moved to Completion/Zsh/Context/_brace_parameter 2001-04-02 11:21:56 +00:00
Sven Wischnowsky
062fe4c5e8 moved to Completion/Zsh/Type/_jobs 2001-04-02 11:17:40 +00:00
Sven Wischnowsky
f7678f5289 moved to Completion/Zsh/Type/_command_names 2001-04-02 11:17:23 +00:00
Sven Wischnowsky
9d06486d2a moved from Completion/Commands/_read_comp 2001-04-02 11:17:07 +00:00
Sven Wischnowsky
5e65b4d25a moved from Completion/Commands/_next_tags 2001-04-02 11:16:51 +00:00
Sven Wischnowsky
d8920f5a91 moved from Completion/Commands/_most_recent_file 2001-04-02 11:16:36 +00:00
Sven Wischnowsky
88c8be9f58 moved from Completion/Commands/_history_complete_word 2001-04-02 11:16:19 +00:00
Sven Wischnowsky
86904a9ace moved from Completion/Commands/_generic 2001-04-02 11:16:02 +00:00
Sven Wischnowsky
3b97ef45e5 moved from Completion/Commands/_expand_word 2001-04-02 11:15:46 +00:00
Sven Wischnowsky
3f7c2e2590 moved from Completion/Commands/_correct_word 2001-04-02 11:15:29 +00:00
Sven Wischnowsky
402a9c0ab1 moved from Completion/Commands/_correct_filename 2001-04-02 11:15:14 +00:00
Sven Wischnowsky
a4eb388467 moved from Completion/Commands/_complete_tag 2001-04-02 11:14:57 +00:00
Sven Wischnowsky
f5ff83fe0b moved from Completion/Commands/_complete_help 2001-04-02 11:14:40 +00:00
Sven Wischnowsky
f46287bb82 moved from Completion/Commands/_complete_debug 2001-04-02 11:14:23 +00:00
Sven Wischnowsky
041958250d moved from Completion/Commands/_bash_completions 2001-04-02 11:14:07 +00:00