about summary refs log tree commit diff
path: root/Functions
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2006-03-21 19:19:05 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2006-03-21 19:19:05 +0000
commit7b7905fedbd7d8b4b0791928c96682bb97057956 (patch)
treef2aa7a0546bb190c9d6d6ef774db08cfc6e53442 /Functions
parent7b92878c24cb3ae68abb8facbbb3088a6fed7bdd (diff)
downloadzsh-7b7905fedbd7d8b4b0791928c96682bb97057956.tar.gz
zsh-7b7905fedbd7d8b4b0791928c96682bb97057956.tar.xz
zsh-7b7905fedbd7d8b4b0791928c96682bb97057956.zip
22638: MACHINES: IRIX
users/10047: zle widget -K keymap
Diffstat (limited to 'Functions')
-rw-r--r--Functions/Zle/read-from-minibuffer2
1 files changed, 1 insertions, 1 deletions
diff --git a/Functions/Zle/read-from-minibuffer b/Functions/Zle/read-from-minibuffer
index ba75cbdce..30dfe8338 100644
--- a/Functions/Zle/read-from-minibuffer
+++ b/Functions/Zle/read-from-minibuffer
@@ -33,7 +33,7 @@ if [[ -n $keys ]]; then
   read -k $keys
   stat=$?
 else
-  zle recursive-edit
+  zle recursive-edit -K main
   stat=$?
   (( stat )) || REPLY=$BUFFER
 fi