1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-02 00:41:44 +02:00

*** empty log message ***

This commit is contained in:
Sven Wischnowsky 2000-09-05 08:36:16 +00:00
parent f2d7665d98
commit 0df4c9d229

@ -23,12 +23,12 @@ incremental-complete-word() {
[[ -z "$curcontext" ]] && curcontext=:::
curcontext="incremental:${curcontext#*:}"
zstyle -s ":completion:${curcontext}" prompt pmpt ||
zstyle -s ":incremental" prompt pmpt ||
pmpt='incremental (%c): %u%s %l'
zstyle -s ":completion:${curcontext}" stop-keys stop
zstyle -s ":completion:${curcontext}" break-keys brk
zstyle -s ":incremental" stop-keys stop
zstyle -s ":incremental" break-keys brk
if zstyle -t ":completion:${curcontext}" list; then
if zstyle -t ":incremental" list; then
wid=list-choices
post=( icw-list-helper )
else