mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-19 13:33:52 +01:00
*** empty log message ***
This commit is contained in:
parent
f2d7665d98
commit
0df4c9d229
@ -23,12 +23,12 @@ incremental-complete-word() {
|
|||||||
[[ -z "$curcontext" ]] && curcontext=:::
|
[[ -z "$curcontext" ]] && curcontext=:::
|
||||||
curcontext="incremental:${curcontext#*:}"
|
curcontext="incremental:${curcontext#*:}"
|
||||||
|
|
||||||
zstyle -s ":completion:${curcontext}" prompt pmpt ||
|
zstyle -s ":incremental" prompt pmpt ||
|
||||||
pmpt='incremental (%c): %u%s %l'
|
pmpt='incremental (%c): %u%s %l'
|
||||||
zstyle -s ":completion:${curcontext}" stop-keys stop
|
zstyle -s ":incremental" stop-keys stop
|
||||||
zstyle -s ":completion:${curcontext}" break-keys brk
|
zstyle -s ":incremental" break-keys brk
|
||||||
|
|
||||||
if zstyle -t ":completion:${curcontext}" list; then
|
if zstyle -t ":incremental" list; then
|
||||||
wid=list-choices
|
wid=list-choices
|
||||||
post=( icw-list-helper )
|
post=( icw-list-helper )
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user