about summary refs log tree commit diff
path: root/Functions
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-10-27 19:45:18 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-10-27 19:45:18 +0000
commit086bd4059d913eb752a621c8f71f8717cd0b21cf (patch)
treea82e113869f3a91e922ad99fbb88ac75dcf94870 /Functions
parent70015c7b134bfbef2e7d5942aba37caa35bf4b6c (diff)
downloadzsh-086bd4059d913eb752a621c8f71f8717cd0b21cf.tar.gz
zsh-086bd4059d913eb752a621c8f71f8717cd0b21cf.tar.xz
zsh-086bd4059d913eb752a621c8f71f8717cd0b21cf.zip
zsh-workers/8454
Diffstat (limited to 'Functions')
-rw-r--r--Functions/Zle/predict-on2
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 )