From 6b88d1aaf24a42fc5ebfcd755bad92452a61e6ae Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Mon, 2 Apr 2001 11:23:38 +0000 Subject: [PATCH] moved to Completion/Zsh/Context/_math --- Completion/Base/_math | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 Completion/Base/_math diff --git a/Completion/Base/_math b/Completion/Base/_math deleted file mode 100644 index 278189ebe..000000000 --- a/Completion/Base/_math +++ /dev/null @@ -1,12 +0,0 @@ -#compdef -math- let - -if [[ "$PREFIX" = *[^a-zA-Z0-9_]* ]]; then - IPREFIX="$IPREFIX${PREFIX%%[a-zA-Z0-9_]#}" - PREFIX="${PREFIX##*[^a-zA-Z0-9_]}" -fi -if [[ "$SUFFIX" = *[^a-zA-Z0-9_]* ]]; then - ISUFFIX="${SUFFIX##[a-zA-Z0-9_]#}$ISUFFIX" - SUFFIX="${SUFFIX%%[^a-zA-Z0-9_]*}" -fi - -_parameters -g '(integer|float)*' || _parameters