From 26a467f4067fdda2f627e3b6ce76ea2c54e1b464 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Tue, 16 May 2000 16:04:04 +0000 Subject: 11415: Completion/User/_cvs: follow the new matcher-list behaviour. --- Completion/User/_cvs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/User/_cvs') diff --git a/Completion/User/_cvs b/Completion/User/_cvs index ee3a779e7..341bbcb54 100644 --- a/Completion/User/_cvs +++ b/Completion/User/_cvs @@ -584,7 +584,7 @@ _cvs_root () { fi _tags files && { - compadd -M 'r:|[:@./]=* r:|=*' "$@" $_cvs_roots || _files "$@" -/ + compadd -M 'r:|[:@./]=** r:|=**' "$@" $_cvs_roots || _files "$@" -/ } } -- cgit v1.2.3