mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-17 12:41:14 +02:00
zsh-workers/9844
This commit is contained in:
parent
1054071bd6
commit
a514ad4924
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ insert-and-predict () {
|
|||
local crs curcontext="${curcontext}"
|
||||
|
||||
[[ -z "$curcontext" ]] && curcontext=:::
|
||||
curcontext="${curcontext#*:}predict:"
|
||||
curcontext="predict:${curcontext#*:}"
|
||||
|
||||
comppostfuncs=( predict-limit-list )
|
||||
zle complete-word
|
||||
|
|
Loading…
Reference in a new issue