From 5b04efd73cba5e3ebf0e919e68ba7f2baae4734e Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Thu, 10 Aug 2000 21:12:03 +0000 Subject: add -g option to _parameters to restrict type of parameters completed (12583) --- Completion/Base/_math | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Base') diff --git a/Completion/Base/_math b/Completion/Base/_math index 9af9e0d7e..61c991e3c 100644 --- a/Completion/Base/_math +++ b/Completion/Base/_math @@ -9,4 +9,4 @@ if [[ "$SUFFIX" = *[^a-zA-Z0-9_]* ]]; then SUFFIX="${SUFFIX%%[^a-zA-Z0-9_]*}" fi -_parameters +_parameters -g '(integer|float)*' -- cgit 1.4.1