From 6150ef8696a3081772122743eb650d8449d4f7a3 Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Tue, 3 Apr 2001 11:25:11 +0000 Subject: (13892) fixes for fpaths and completion matching --- Test/comptest | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Test/comptest') diff --git a/Test/comptest b/Test/comptest index 85fa5578d..99867c5e3 100644 --- a/Test/comptest +++ b/Test/comptest @@ -1,7 +1,9 @@ comptestinit () { setopt extendedglob [[ -d $ZTST_testdir/Modules/zsh ]] && module_path=( $ZTST_testdir/Modules ) - fpath=( $ZTST_srcdir/../(Completion|Functions)/*~*/CVS(/) ) + fpath=( $ZTST_srcdir/../Functions/*~*/CVS(/) + $ZTST_srcdir/../Completion + $ZTST_srcdir/../Completion/*/*~*/CVS(/) ) zmodload -i zsh/zpty -- cgit 1.4.1