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

755 Commits

Author SHA1 Message Date
Sven Wischnowsky
dad79203b3 moved to Completion/Base/Completer/_correct 2001-04-02 11:06:10 +00:00
Sven Wischnowsky
502746c133 moved from Completion/Core/_complete 2001-04-02 11:06:01 +00:00
Sven Wischnowsky
607401da0f moved to Completion/Base/Completer/_complete 2001-04-02 11:05:53 +00:00
Sven Wischnowsky
59e5ef46d2 moved from Completion/Core/_approximate 2001-04-02 11:05:44 +00:00
Sven Wischnowsky
755297c14b moved to Completion/Base/Completer/_approximate 2001-04-02 11:05:36 +00:00
Sven Wischnowsky
4d58238a0a moved from Completion/Core/_all_matches 2001-04-02 11:05:27 +00:00
Sven Wischnowsky
881e049f31 moved to Completion/Base/Completer/_all_matches 2001-04-02 11:05:16 +00:00
Sven Wischnowsky
1e361dac9c moved from Completion/Core/_wanted 2001-04-02 11:05:04 +00:00
Sven Wischnowsky
63425a2279 moved to Completion/Base/Core/_wanted 2001-04-02 11:04:57 +00:00
Sven Wischnowsky
4285f0578a moved from Completion/Core/_tags 2001-04-02 11:04:49 +00:00
Sven Wischnowsky
069a04e104 moved to Completion/Base/Core/_tags 2001-04-02 11:04:41 +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
d1d242bfd7 moved to Completion/Base/Core/_requested 2001-04-02 11:04:12 +00:00
Sven Wischnowsky
f02dc0a88a moved from Completion/Core/_normal 2001-04-02 11:04:04 +00:00
Sven Wischnowsky
24e67c70cc moved to Completion/Base/Core/_normal 2001-04-02 11:03:57 +00:00
Sven Wischnowsky
ad00c93296 moved from Completion/Core/_next_label 2001-04-02 11:03:49 +00:00
Sven Wischnowsky
fbb6ebd554 moved to Completion/Base/Core/_next_label 2001-04-02 11:03:42 +00:00
Sven Wischnowsky
b8fd517172 moved from Completion/Core/_message 2001-04-02 11:03:34 +00:00
Sven Wischnowsky
5962d9ffdb moved to Completion/Base/Core/_message 2001-04-02 11:03:27 +00:00
Sven Wischnowsky
932f096df9 moved from Completion/Core/_main_complete 2001-04-02 11:03:18 +00:00
Sven Wischnowsky
365a25ab56 moved to Completion/Base/Core/_main_complete 2001-04-02 11:03:10 +00:00
Sven Wischnowsky
422579b1e7 moved from Completion/Core/_description 2001-04-02 11:03:01 +00:00
Sven Wischnowsky
fe5acd2287 moved to Completion/Base/Core/_description 2001-04-02 11:02:53 +00:00
Sven Wischnowsky
c789f5dbdb moved from Completion/Core/_all_labels 2001-04-02 11:02:44 +00:00
Sven Wischnowsky
ac5b289175 moved to Completion/Base/Core/_all_labels 2001-04-02 11:02:36 +00:00
Sven Wischnowsky
aee87ec65b moved from Completion/Core/compinstall 2001-04-02 11:02:24 +00:00
Sven Wischnowsky
2e312ec73d moved to Completion/compinstall 2001-04-02 11:02:15 +00:00
Sven Wischnowsky
1e3caef58d moved from Completion/Core/compinit 2001-04-02 11:02:05 +00:00
Sven Wischnowsky
eae553d338 moved to Completion/compinit 2001-04-02 11:01:57 +00:00
Sven Wischnowsky
9cb471d5ec moved from Completion/Core/compdump 2001-04-02 11:01:49 +00:00
Sven Wischnowsky
ea5ec115fb moved to Completion/compdump 2001-04-02 11:01:42 +00:00
Sven Wischnowsky
992b23ab05 moved from Completion/Core/compaudit 2001-04-02 11:01:33 +00:00
Clint Adams
9475938761 13866: apt-get install pinning 2001-04-02 05:37:27 +00:00
Clint Adams
a179c37a5e 13864: apt-get -t <release name> 2001-04-02 00:57:20 +00:00
Oliver Kiddle
b9c58a73ac various doc fixes and minor completion function changes, most of which
are to use the -A "-*" and -S options to _arguments (13863)
2001-04-01 16:19:15 +00:00
Chmouel Boudjnah
e6be1f76cf Completion for apm command (linux only). 2001-04-01 01:12:07 +00:00
Clint Adams
7c48a9699e 13860: caching layer support in _deb_packages 2001-03-30 21:02:44 +00:00
Sven Wischnowsky
32f8d43b61 fix comparison of expansions with expanded prefix (missing quoting) (13833) 2001-03-29 08:59:48 +00:00
Sven Wischnowsky
2249e5c319 next try to get rid of empty strings being added as possible completion by _multi_parts (13830) 2001-03-29 08:39:39 +00:00
Sven Wischnowsky
8d610f7724 more cleanup; simplify the stop and liststyles; try to make it obey whatever _main_complete says should be done (menu-wise) (13815) 2001-03-28 12:17:12 +00:00
Sven Wischnowsky
6a62ae3564 replace path' with more general urls' style (13814) 2001-03-28 11:26:05 +00:00
Sven Wischnowsky
9e2dea1145 *** empty log message *** 2001-03-28 10:58:02 +00:00
Peter Stephenson
1deca81c23 Typo in _complete_tag 2001-03-28 10:33:35 +00:00
Sven Wischnowsky
975b4c58d3 don't add options as completions if a `->state' action was used and we are directly after the option (in the same word) (13809) 2001-03-28 09:50:36 +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
aa9c315cc8 comment out looking up the prefix-needed style when completing directory stack entries; make _tilde use _popd, finally (13789) 2001-03-27 12:22:53 +00:00
Sven Wischnowsky
6d72dca54f try to make _h_c_w smarter at the beginning and end of the list; avoid list-beeping if the old completion list is re-used (3752) 2001-03-27 09:14:50 +00:00
Clint Adams
b0176cb54f 13779/13783: fixes from Michal Politowski 2001-03-26 19:01:58 +00:00
Sven Wischnowsky
f7ca3b8e17 unset ZLS_COLORS if list-colors not set (13768) 2001-03-26 09:15:45 +00:00
Sven Wischnowsky
ea08ba3cea _pids shouldn't start menu completion if the current word starts with a hyphen; typo fix in compsys.yo (13763) 2001-03-26 08:27:03 +00:00
Peter Stephenson
60227908e1 New _cpio 2001-03-25 20:54:21 +00:00
Peter Stephenson
1773807bcc Handle @folder for MH in _mailboxes 2001-03-25 00:05:14 +00:00
Bart Schaefer
e50ffb3f59 Fixes for mh completions. 2001-03-24 18:22:54 +00:00
Sven Wischnowsky
cb2de78cca don't auto-start menu completion after a `%' when completing pids or jobs (13733) 2001-03-23 15:18:46 +00:00
Sven Wischnowsky
3ae964fc4d probably no reason to put the (#a?) flag after an initial tilde in _approximate anymore (13730) 2001-03-23 13:58:57 +00:00
Sven Wischnowsky
9ef6eed52a add commands and call-command styles; mention some of the more expensive things about completion setup in the docs (13727) 2001-03-23 12:44:21 +00:00
Sven Wischnowsky
a78c8b50a0 test if the colon is quoted (13725) 2001-03-23 10:39:04 +00:00
Sven Wischnowsky
6fc50b05c4 fixlet, complicated match specs could result in incorrect words being used as possible path expansions (13724) 2001-03-23 09:55:49 +00:00
Peter Stephenson
2849199f3c Some tweaks for nmh in _mh 2001-03-22 12:30:33 +00:00
Sven Wischnowsky
a132550737 use -l as default for telnet's without -\? option (13674) 2001-03-20 09:47:44 +00:00
Clint Adams
e7524ef379 13664pt2: Back out Completion/SysV 2001-03-18 19:58:43 +00:00
Clint Adams
d5eeb8d45a 13664: */rcS.d/* force-reload, force-restart 2001-03-18 19:55:12 +00:00
Clint Adams
615fdad834 13662: apt-get build-dep completion 2001-03-18 14:45:27 +00:00
Clint Adams
638454bb0f 13661: complete args for SysV initscripts 2001-03-18 14:19:02 +00:00
Peter Stephenson
9ecef3689c users/3671: Completion/User/_java: tweak for colon-separated paths 2001-03-15 10:27:11 +00:00
Bart Schaefer
64819aedac Add D qualifier in _rcs. 2001-03-13 18:16:44 +00:00
Bart Schaefer
467ad8e65b Unify completion for ncftp and lftp in _ncftp 2001-03-13 18:13:17 +00:00
Oliver Kiddle
f18221fbb0 spelling corrections (13610) 2001-03-12 17:39:22 +00:00
Oliver Kiddle
ffe07b3829 fix to declare tmp variable as local 2001-03-12 17:17:34 +00:00
Chmouel Boudjnah
42ea0a6011 New tar options -j. 2001-03-12 12:50:57 +00:00
Oliver Kiddle
58322ed03c fix filename quoting in _zip and don't use _hosts for lftp 2001-03-12 09:34:03 +00:00
Bart Schaefer
1382a4a892 Add _lftp. 2001-03-12 01:12:42 +00:00
Chmouel Boudjnah
0f7eb6ce3d Add completion for lftp 2001-03-11 23:51:29 +00:00
Oliver Kiddle
e264c1bee1 Various new, improved, fixed or updated functions (13600) 2001-03-11 22:53:41 +00:00
Bart Schaefer
9419b25109 Use _normal completion following the name of a shell script. 2001-03-11 19:30:49 +00:00
Bart Schaefer
d1314ec01a Handle quoted whitespace in glob expansions. 2001-03-11 19:30:42 +00:00
Peter Stephenson
f46ad1753b Dist more files 2001-03-08 12:03:33 +00:00
Sven Wischnowsky
c93f38253f try to find out the sub commands to complete in _init_d (13591) 2001-03-08 10:17:03 +00:00
Oliver Kiddle
0156de0b0e don't complete w3m from _webbrowser now we have _w3m (unposted) 2001-03-06 19:43:54 +00:00
Oliver Kiddle
2fd03d3a36 include _w3m in .distfiles 2001-03-06 19:38:38 +00:00
Clint Adams
439af5f4c5 unposted: complete for w3m 2001-03-06 16:22:10 +00:00
Andrey Borzenkov
eeebe3e4ec 13544, 13568 (Peter): + syntax for matchers in matcher-list to augment
previous list
2001-03-06 07:47:26 +00:00
Sven Wischnowsky
3e6563dd03 new _expand_aliases to, well, expand aliases (13566) 2001-03-05 13:18:59 +00:00
Bart Schaefer
43e41bcbc7 Use ksh-style deref of $_comp_options in case of ksharrays. 2001-02-28 16:55:27 +00:00
Oliver Kiddle
9ccaaa40eb Work when ksh_arrays is set but before the setopt takes effect (13555) 2001-02-28 16:35:49 +00:00
Sven Wischnowsky
061c1ce912 add `aliases' option to be able to disable alias expansion (13554) 2001-02-28 09:12:54 +00:00
Sven Wischnowsky
183f6b06d0 some small functions for completing sub-commands (generic function, init scripts, apachectl) (13536) 2001-02-26 15:05:37 +00:00
Sven Wischnowsky
006e9b9afb change $words[1] to $service in some more places (13534) 2001-02-26 13:02:30 +00:00
Peter Stephenson
40e1304987 13520: use services and shorten description in _vars_eq 2001-02-22 14:28:47 +00:00
Sven Wischnowsky
d9b00a3870 make compdef foo=bar' use the service defined for bar' if there is any (13494) 2001-02-16 14:57:48 +00:00
Sven Wischnowsky
90b07817db wehn using glob_complete, don't treat everything starting with a tilde as a pattern (13459) 2001-02-13 09:23:34 +00:00
Bart Schaefer
275f3c95d4 Add 'glob' to $_comp_options. 2001-02-13 03:16:54 +00:00
Sven Wischnowsky
006e966e43 two small fixes to _multi_parts; one more place where a caller-supplied -S can be used and fix for the code deciding which prefix to use (13450) 2001-02-09 14:01:57 +00:00
Oliver Kiddle
5723d260c0 add completion for newsgroups (13448) 2001-02-08 17:50:26 +00:00
Oliver Kiddle
14d2dae44c fix _gzip to work for zcat again (13445) 2001-02-08 15:33:26 +00:00
Sven Wischnowsky
8ff6a955fe Peter:13427: filename-quoting fix in _expand 2001-02-02 08:18:49 +00:00
Oliver Kiddle
3f862ce205 Changes references to sunsite.auc.dk to just sunsite.dk (13422) 2001-02-01 15:48:57 +00:00
Oliver Kiddle
92f2594aec new completion function for the tin newsreader (13420) 2001-02-01 15:00:42 +00:00
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
Peter Stephenson
372e84dc5b 3.1.9-dev-6 2000-09-04 10:52:02 +00:00
Clint Adams
6dd5fc9cef 12728: man -l / --local-file completes _files 2000-09-03 21:45:37 +00:00
Clint Adams
91914bdd49 12720: replace _files with _path_files for two instances in _dpkg 2000-08-31 06:12:58 +00:00
Oliver Kiddle
b8d2c8e6de new AIX specific completion function (12708) 2000-08-27 16:55:59 +00:00
Sven Wischnowsky
989faba588 complete compressed files for gv; improve results from _pspdf (12692) 2000-08-23 08:27:01 +00:00
Sven Wischnowsky
0992bff14c use return value (12682) 2000-08-21 08:01:45 +00:00
Oliver Kiddle
99c105df9e enhance _zmodload to use _arguments (12677) 2000-08-18 17:21:57 +00:00
Sven Wischnowsky
00eb6e8a25 remove unnecessary local 2000-08-16 07:16:12 +00:00
Peter Stephenson
7ffa89ea7d 12650: don't show aliased modules if there aren't any 2000-08-15 17:06:09 +00:00
Sven Wischnowsky
0352b80797 call ps only once and be more intelligent when finding the PIDs (12640) 2000-08-15 09:31:18 +00:00
Sven Wischnowsky
a070f9bb56 small improvement to allow lists where the pid is not in the first column (12635) 2000-08-15 08:32:25 +00:00
Bart Schaefer
0570841e95 Andrej, 12614: DLL is a shared library suffix. 2000-08-14 15:46:17 +00:00
Sven Wischnowsky
4f13bbd654 fixes for completion in math contexts (12592) 2000-08-11 12:19:35 +00:00
Oliver Kiddle
5851a32681 add -g option to _parameters to restrict type of parameters completed (12583) 2000-08-10 21:22:25 +00:00
Oliver Kiddle
5b04efd73c add -g option to _parameters to restrict type of parameters completed (12583) 2000-08-10 21:12:03 +00:00
Oliver Kiddle
4239b1243a new completion for read builtin (12578) 2000-08-09 21:20:37 +00:00
Sven Wischnowsky
3bca186819 handle the right option in strings with multiple single-letter options (and correctly handle its argument) (12567) 2000-08-08 12:11:42 +00:00
Sven Wischnowsky
5c90cf1a51 more fixes for completion of special characters (quoting) (12565) 2000-08-08 10:32:47 +00:00
Peter Stephenson
c66544a86b 12561: Completion/Builtins/_zmodload, Doc/Zsh/builtins.yo,
Src/builtin.c, Src/module.c, Src/zsh.h: aliases for modules
done internally via `zmodload -[AR]'
2000-08-08 09:13:36 +00:00
Sven Wischnowsky
55b07cb525 quoting 2000-08-03 13:35:43 +00:00
Sven Wischnowsky
7bf1f0292d one more problem with quoting of glob characters in filename completion (12496) 2000-08-03 11:12:30 +00:00
Adam Spiers
fd15ea0fb5 12486: new completion caching layer 2000-08-02 13:45:51 +00:00
Sven Wischnowsky
b2aebcad02 if compcontext is an assoc, the keys are the completions and the values are their descriptions (12483) 2000-08-02 10:36:19 +00:00
Sven Wischnowsky
eabfc368bd prefer user-defined specs over ones derived from --help output (12475) 2000-08-02 09:09:54 +00:00
Sven Wischnowsky
aa13d7075f *** empty log message *** 2000-08-01 12:32:27 +00:00
Sven Wischnowsky
3bcf15bf23 new completion function for slrn (12463) 2000-08-01 12:31:36 +00:00
Sven Wischnowsky
81fc1bf26c fix for automatically recognised options, don't expect an argument after each of them (12462) 2000-08-01 11:20:59 +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
18772af412 remove tests for kshautoload (use zcompile -z); fix for setting scriptname for functions that redefine themselves (12453) 2000-08-01 08:26:39 +00:00
Sven Wischnowsky
cd2984fb66 make $compcontext more powerful and easier to use for simple cases 2000-08-01 07:19:15 +00:00
Sven Wischnowsky
3896f72f4d make $compcontext more powerful and easier to use for simple cases (12449) 2000-08-01 07:18:43 +00:00
Peter Stephenson
4f9ff8206b Add compaudit to .distfiles; 3.1.9-dev-4 2000-07-31 09:34:37 +00:00
Sven Wischnowsky
3343c75efd fix a bug that started menu selection too often; fix bug for `yes=long' and document it (12405) 2000-07-27 10:59:43 +00:00
Sven Wischnowsky
97a345de50 don't hide possible completions if there is only one and at the same time messages are shown (12394) 2000-07-27 07:25:07 +00:00
Adam Spiers
26c8bdf323 unposted: -e, -I, -m and -M parameters can be specified multiple times 2000-07-26 19:47:28 +00:00
Bart Schaefer
f303f2ea63 Belatedly fold in 12162, to replace command subst with eval. 2000-07-26 09:16:13 +00:00
Bart Schaefer
04aaf1cd7f Move compinit security checks into compaudit. 2000-07-26 08:54:58 +00:00
Sven Wischnowsky
e7f9104711 make _arguments --' use specs after the --' even for options not described in the help output to get arguments (12378) 2000-07-26 08:44:13 +00:00
Sven Wischnowsky
f90992ec31 allow _value:<assoc> functions to override completion for all keys of an assoc (3337) 2000-07-26 08:16:39 +00:00
Oliver Kiddle
b758c10726 use mhpath and mhparams commands instead of guessing directories (12356) 2000-07-24 20:32:56 +00:00
Sven Wischnowsky
0e8c318b8e optimisations for _multi_parts (12354) 2000-07-24 12:52:41 +00:00
Clint Adams
36052b318b 12347: 3 mutt options are repeatable 2000-07-22 04:39:46 +00:00
Bart Schaefer
aa78d39811 Discard stderr of a command subst. 2000-07-20 16:13:20 +00:00
Chmouel Boudjnah
07d524a92f Get also /usr/share/man. 2000-07-19 23:39:06 +00:00
Peter Stephenson
6ce73cf6f5 12308: Andrej and pws: _man formats, again 2000-07-19 09:03:29 +00:00
Sven Wischnowsky
b46926af8d fix for _arguments with single-letter options: recognize option-strings with multiple options; in _main_complete stop trying completers when one called _message, don't display warnings in such cases (12241) 2000-07-13 11:03:59 +00:00
Peter Stephenson
4f9a7e27d4 12231: fix compinstall list-prompt setting 2000-07-12 11:04:07 +00:00
Peter Stephenson
cc2213b340 12227: select-prompt handled by compinstall 2000-07-12 10:19:59 +00:00
Sven Wischnowsky
8e2fa4d9b2 don't start menu selection with only select=long (12226) 2000-07-12 09:25:18 +00:00
Sven Wischnowsky
d05b3e675e check if options were completed (12225) 2000-07-12 09:01:40 +00:00
Bart Schaefer
ac223786a1 Complete all process IDs for root in _killall, as suggested in 12202 et al. 2000-07-10 17:08:00 +00:00