Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: completion regex handling
- X-seq: zsh-workers 23197
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx (Zsh hackers list)
- Subject: Re: PATCH: completion regex handling
- Date: Tue, 27 Feb 2007 08:46:04 -0800
- In-reply-to: <20070227124105.8208c36c.pws@xxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <200702252237.l1PMb7Pw012255@xxxxxxxxxxxxxxxxx> <070226001857.ZM8988@xxxxxxxxxxxxxxxxxxxxxx> <20070227124105.8208c36c.pws@xxxxxxx>
On Feb 27, 12:41pm, Peter Stephenson wrote:
}
} _values is doing something weird [traditional pause for amazed cries to die
} away] with the separator. It gets it with compvalues -s sep near the top,
} then further down there's this:
}
} if [[ ${#noargs}+${#args}+${#opts} -ne 1 ]] && compvalues -s sep; then
} sep=( "-qS" "$sep" )
} else
} sep=()
} fi
That all appears to date back to zsh-workers/8219 when Sven first added
the compvalues call. SourceForge CVS won't help because it doesn't go
back that far. Then look at workers/14257. Could Sven have missed a
spot where he needed to make a change? Also, perhaps some of those calls
to "compvalues -s sep" should (or at least could) be changed to instead
test (( $+sep )) or something?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author