From 7a84713bb7a1527d4ef9bfa8c745d1bfa7da9d59 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Wed, 22 Nov 2023 00:09:57 +0100 Subject: unposted: fix missing closing brace from 52301 --- Completion/Unix/Command/_ri | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix') diff --git a/Completion/Unix/Command/_ri b/Completion/Unix/Command/_ri index 28de7a9a9..fe458e25f 100644 --- a/Completion/Unix/Command/_ri +++ b/Completion/Unix/Command/_ri @@ -67,7 +67,7 @@ if [[ "$state" = ri-name ]]; then (class-methods) for dir in $ri_dirs[@]; do fnames=( $dir/$class_dir*-c.ri(-.:t) ) - ri_wants+=( ${${fnames%-c.ri//(#b)%(??)/$(print "\\x$match[1]")} ) + ri_wants+=( ${${fnames%-c.ri}//(#b)%(??)/$(print "\\x$match[1]")} ) done ;; (instance-methods) -- cgit 1.4.1