about summary refs log tree commit diff
path: root/Completion/Base
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-02 11:23:38 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-02 11:23:38 +0000
commit6b88d1aaf24a42fc5ebfcd755bad92452a61e6ae (patch)
treee3449163a4c58112cacb95862206bfab1bf31f57 /Completion/Base
parenta0ad55d34f94402f08582e303d043bf5400198b7 (diff)
downloadzsh-6b88d1aaf24a42fc5ebfcd755bad92452a61e6ae.tar.gz
zsh-6b88d1aaf24a42fc5ebfcd755bad92452a61e6ae.tar.xz
zsh-6b88d1aaf24a42fc5ebfcd755bad92452a61e6ae.zip
moved to Completion/Zsh/Context/_math
Diffstat (limited to 'Completion/Base')
-rw-r--r--Completion/Base/_math12
1 files changed, 0 insertions, 12 deletions
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