From 8d1b4b1358db02d6c9426e4bb3553583e11bf112 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 12 Aug 1999 22:59:04 +0000 Subject: Sync up with zsh-3_1_6-pws-1. --- Functions/cdmatch2 | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 Functions/cdmatch2 (limited to 'Functions/cdmatch2') diff --git a/Functions/cdmatch2 b/Functions/cdmatch2 deleted file mode 100644 index c70357a34..000000000 --- a/Functions/cdmatch2 +++ /dev/null @@ -1,15 +0,0 @@ -# This function should be called from compctl to complete the -# second argument of cd and pushd. - -emulate -R zsh # Requires zsh 3.0-pre4 or later -setopt localoptions -local from - -read -Ac from -from="${from[2]}" - -eval "reply=( \${PWD:s@$from@$1*$2@}~$PWD(ND-/:) )" -reply=( "${${reply[@]#${PWD%%$from*}}%${PWD#*$from}}" ) -[[ ${#reply[(r),-1]} != 0 ]] && reply[(r)]="''" - -return -- cgit 1.4.1