1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-03 01:11:37 +02:00
Commit Graph

506 Commits

Author SHA1 Message Date
Sven Wischnowsky
25900ecf28 add completion for ls and ([ef]|)grep (13347) 2001-01-15 09:26:57 +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
Clint Adams
bb7b1ddf82 13315: ignore parens and leading paths on killall completion 2000-12-27 16:40:49 +00:00
Clint Adams
d1d89c7942 13314: don't complete hyphen-prefixed commands for killall 2000-12-27 04:34:05 +00:00
Clint Adams
17fb952654 13312: killall gets long filenames from procps 2000-12-26 21:22:49 +00:00
Clint Adams
25faa7dbf9 13310: apt-cache typo in --names-only 2000-12-23 06:53:19 +00:00
Clint Adams
76ce03c62c 13287: dpkg -i can take multiple arguments 2000-12-17 15:45:21 +00:00
Clint Adams
720b194aee unposted: add _mere to .distfiles 2000-12-16 16:30:38 +00:00
Tanaka Akira
35ac156d86 * 13281: Functions/Misc/mere: new implementation.
Completion/User/_mere: new completion function for mere.
2000-12-15 14:42:22 +00:00
Clint Adams
81185fe668 13250: _dict completion 2000-12-13 03:07:00 +00:00
Peter Stephenson
fade355d03 Fix distribution files 2000-12-05 14:39:58 +00:00
Peter Stephenson
a59b51006b Function installation information now in config.modules 2000-11-30 18:36:21 +00:00
Bart Schaefer
29f0d4d00f Add missing quote. 2000-11-27 16:52:58 +00:00
Sven Wischnowsky
ad6268466c *** empty log message *** 2000-11-27 12:44:21 +00:00
Bart Schaefer
ad5f9584c1 ALL_EXPORT tweaks. 2000-11-25 23:50:01 +00:00
Tanaka Akira
3d68002599 * 13181: Completion/Debian/_apt: add an action for _alternative. 2000-11-22 08:57:54 +00:00
Bart Schaefer
4eb4d5e0d6 Tweak auto-suffix-removal for _rcp and _scp. 2000-11-20 16:12:20 +00:00
Bart Schaefer
dcc45ed860 Avoid cd in _perl_modules. 2000-11-15 16:33:53 +00:00
Bart Schaefer
ea807260e4 Changes inspired by Paul J. in case multiple versions of perl are installed. 2000-11-14 17:47:11 +00:00
Clint Adams
8bcdb3b0e1 unposted: add new options, fix thinkos for reportbug completion 2000-11-12 06:09:26 +00:00
Clint Adams
e9df08a57c unposted: complete files for reportbug --include= and completion for querybts 2000-11-12 05:32:26 +00:00
Clint Adams
89d480f57d 13125: evalute muttrc's mailboxes directive in case of backticks. 2000-11-09 13:27:52 +00:00
Sven Wischnowsky
e0dc80e0e5 aloow value `pattern' for insert-unambiguous style to preserve patterns in the original string; add list-suffixes style to make file completion list path suffixes if possible; slightly improved completion of pathnames with multiple pattern-components (13128) 2000-11-08 09:20:42 +00:00
Bart Schaefer
551fbeeab9 Remove no-op test of $compstate[nmatches]. 2000-11-06 17:26:39 +00:00
Bart Schaefer
ab99c6d8b6 Use bareglobqual. 2000-11-05 03:34:36 +00:00
Sven Wischnowsky
1363c2fcc3 use return value of _files, don't use ${PRE,SUF}FIX for globbing, complete all files as a default for co (3472) 2000-10-25 12:30:16 +00:00
Sven Wischnowsky
865f3961b7 change some tags used in filename completion: no tag for file-sort, fake-files and ignore-parents, paths for accept-exact (13037) 2000-10-23 08:07:32 +00:00
Sven Wischnowsky
e14a02f440 simplify setting standard completion system options using $_comp_options (13036) 2000-10-19 08:58:17 +00:00
Peter Stephenson
4c2807e313 3.1.6-dev-7 2000-10-17 12:55:41 +00:00
Sven Wischnowsky
f23b23e8a3 remove possibility for func() entries in tag-order style, can be done using zstyle -e (12974) 2000-10-12 08:28:26 +00:00
Sven Wischnowsky
17e2003c5c rename fake style to fake-files (12973) 2000-10-12 07:08:43 +00:00
Sven Wischnowsky
4bfe8715b0 *** empty log message *** 2000-10-11 12:20:27 +00:00
Sven Wischnowsky
adf7965951 add _all_matcher completer and supporting C-code for adding a special match representing all other matches; remove completions style from _expand(|_word) (12960) 2000-10-11 12:19:23 +00:00
Sven Wischnowsky
e1fb97ee44 follow-up to 12942, only a missing redirection (12948) 2000-10-10 15:06:30 +00:00
Sven Wischnowsky
7b35c8639c *** empty log message *** 2000-10-10 14:12:41 +00:00
Sven Wischnowsky
b9f6bdf162 add fake-parameters style to allow completing parameters which are not yet set (12946) 2000-10-10 14:12:21 +00:00
Sven Wischnowsky
ae4ba457c4 temporarily remove global aliases to avoid error message inside the evals (12942) 2000-10-10 09:00:15 +00:00
Sven Wischnowsky
bb18608a2a search for *.tif file, too (12919) 2000-10-06 13:11:48 +00:00
Sven Wischnowsky
cb4bb129dd more option setting cleanup; remove some unnecessary setopts, remove N qualifiers (12917) 2000-10-06 13:01:51 +00:00
Bart Schaefer
2f2a33b2ea Other places where `unsetopt cshnullglob' is needed. 2000-10-06 05:18:25 +00:00
Sven Wischnowsky
eabddcb9cd unset cshnullglob (12899) 2000-10-05 13:50:54 +00:00
Sven Wischnowsky
0f2250de44 complete after autoloaded directories (a rather ugly hack); remove old code in _files (comma separated patterns); improve docs for fake style and for comma separated qualifier lists (12892) 2000-10-05 07:31:00 +00:00
Tanaka Akira
5d4faa678e * 12886: Completion/User/_cvs: make _cvs_vendor_branches to handle
remote-access style.
2000-10-04 14:13:12 +00:00
Tanaka Akira
bca563a699 * 12872: Completion/User/_cvs: Fix modules completion when a cvsroot
specified in a command line begins with tilde.  Generate subcommand
list from `cvs --help-commands' and `cvs --help-synonyms'.  Complete
remote modules. Complete vendor branch for a second argument of
`cvs import'.  Use _call.
2000-10-04 05:10:18 +00:00
Bart Schaefer
430e294795 Fiddle with _expand_word and its doc. 2000-09-21 05:16:21 +00:00
Bart Schaefer
8aaf13e804 Use ${(q)tmp} after all. 2000-09-14 15:55:21 +00:00
Bart Schaefer
9e9457f30e Redo _zle using _arguments; fix typos. 2000-09-11 07:08:27 +00:00
Sven Wischnowsky
7ab68d2d29 more sensible value (12769) 2000-09-07 09:14:22 +00:00
Sven Wischnowsky
0fe98894a8 stick some `N's into glob patterns (12768) 2000-09-07 08:39:20 +00:00
Peter Stephenson
6f94a972a9 12762: Akinori MUSHA: changes for new FreeBSD releases. 2000-09-06 15:15:30 +00:00