1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-16 10:01:16 +01:00

zsh-workers/10232

This commit is contained in:
Tanaka Akira 2000-03-24 12:47:37 +00:00
parent b0226d3cc8
commit 230555aad8
3 changed files with 3 additions and 3 deletions

View file

@ -4027,7 +4027,7 @@
* pws: 7257: Completion/Core/_parameters: simplify.
* Tanak Akira: 7256: Completion/User/_bzip2,
* Tanaka Akira: 7256: Completion/User/_bzip2,
Completion/User/_bunzip2: new.
* Tanaka Akira: 7255: Completion/User/_make: complete after =.

View file

@ -5,7 +5,7 @@
zmodload -i zsh/zpty
setopt extendedglob
fpath=( ${ZTST_srcdir:h}/(Completion|Functions)/*~*/CVS(/) )
fpath=( $ZTST_srcdir/../(Completion|Functions)/*~*/CVS(/) )
debug=
dump=(-D)

View file

@ -52,7 +52,7 @@ ZTST_srcdir=${0%/*}
[[ $ZTST_srcdir = /* ]] || ZTST_srcdir="$ZTST_testdir/$ZTST_srcdir"
# Set the function autoload paths to correspond to this build of zsh.
fpath=( ${ZTST_srcdir:h}/(Completion|Functions)/*~*/CVS(/) )
fpath=( $ZTST_srcdir/../(Completion|Functions)/*~*/CVS(/) )
: ${TMPPREFIX:=/tmp/zsh}
# Temporary files for redirection inside tests.