mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-29 05:21:00 +01:00
zsh-workers/9845
This commit is contained in:
parent
a514ad4924
commit
171f9b8c9c
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ incremental-complete-word() {
|
|||
local curcontext="${curcontext}" stop brk
|
||||
|
||||
[[ -z "$curcontext" ]] && curcontext=:::
|
||||
curcontext="${curcontext#*:}incremental:"
|
||||
curcontext="incremental:${curcontext#*:}"
|
||||
|
||||
zstyle -s ":completion:${curcontext}" prompt pmpt ||
|
||||
pmpt='incremental (%c): %u%s %l'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue