diff options
-rw-r--r-- | Functions/Zle/predict-on | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) |