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