From b9f6bdf162ccdd6b6c644c63a42f993d271ccdce Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Tue, 10 Oct 2000 14:12:21 +0000 Subject: add fake-parameters style to allow completing parameters which are not yet set (12946) --- Completion/Base/_math | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Base/_math') diff --git a/Completion/Base/_math b/Completion/Base/_math index 61c991e3c..278189ebe 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 -g '(integer|float)*' +_parameters -g '(integer|float)*' || _parameters -- cgit v1.3