1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-11 10:41:12 +02:00

Discard stderr of a command subst.

This commit is contained in:
Bart Schaefer 2000-07-20 16:13:20 +00:00
parent ed263e32f9
commit aa78d39811
2 changed files with 7 additions and 3 deletions

View file

@ -1,3 +1,7 @@
2000-07-20 Bart Schaefer <schaefer@zsh.org>
* 12326: Completion/User/_cvs: Discard stderr of a command subst.
2000-07-17 Wayne Davison <wayned@users.sourceforge.net>
* 12323: Src/hist.c: support "builtin" in HIST_NO_STORE check.
@ -141,7 +145,7 @@
* 12201: Completion/User/_java: fix completion for jar. complete
package qualified class names. fix typos.
2000-07-07 Bart Schaefer <schaefer@brasslantern.com>
2000-07-07 Bart Schaefer <schaefer@zsh.org>
* 12193: configure.in, Src/Builtins/rlimits.mdd: Fix unnecessary
rebuilds of rlimits.o on platforms where getrlimit() is not found.
@ -295,7 +299,7 @@
make a-a-i-n-h in menu selection work with one match; better undo
behaviour for menu selection
2000-06-27 Bart Schaefer <schaefer@brasslantern.com>
2000-06-27 Bart Schaefer <schaefer@zsh.org>
* 12086: Doc/Zsh/compsys.yo: Move _use_lo doc into alphabetical
order; separate _files and _path_files for same reason.

View file

Internal server error - The gay git

500

Internal server error

Forgejo version: 9.0.3

@ -748,7 +748,7 @@ _cvs_modified_entries () {