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

454 Commits

Author SHA1 Message Date
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
Sven Wischnowsky
961876dca4 avoid insertion of `+' before ~1/<TAB>; don't use undeclared local $tmp (12208) 2000-07-10 08:03:36 +00:00