From 086bd4059d913eb752a621c8f71f8717cd0b21cf Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Wed, 27 Oct 1999 19:45:18 +0000 Subject: zsh-workers/8454 --- Functions/Zle/predict-on | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Functions') diff --git a/Functions/Zle/predict-on b/Functions/Zle/predict-on index 5d52c399a..f02a8138b 100644 --- a/Functions/Zle/predict-on +++ b/Functions/Zle/predict-on @@ -52,7 +52,7 @@ insert-and-predict () { RBUFFER="" if [[ ${KEYS[-1]} != ' ' ]] then - unsetopt automenu + unsetopt automenu recexact integer curs=$CURSOR pos nchar=${#LBUFFER//[^${KEYS[-1]}]} local -a +h comppostfuncs comppostfuncs=( predict-limit-list ) -- cgit 1.4.1