about summary refs log tree commit diff
path: root/Functions
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2000-04-05 11:07:25 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2000-04-05 11:07:25 +0000
commitfc426939cc5a8bc7acd809f9e013e6c10ede044f (patch)
treef66d42b2c035775db72f91cef6ff594712f9cfb8 /Functions
parentf7a52cda469fd0a1b7198342fc052ef64ab70e8f (diff)
downloadzsh-fc426939cc5a8bc7acd809f9e013e6c10ede044f.tar.gz
zsh-fc426939cc5a8bc7acd809f9e013e6c10ede044f.tar.xz
zsh-fc426939cc5a8bc7acd809f9e013e6c10ede044f.zip
renaming some styles
Diffstat (limited to 'Functions')
-rw-r--r--Functions/Zle/incremental-complete-word4
1 files changed, 2 insertions, 2 deletions
diff --git a/Functions/Zle/incremental-complete-word b/Functions/Zle/incremental-complete-word
index 6e61f5998..27d02f6c4 100644
--- a/Functions/Zle/incremental-complete-word
+++ b/Functions/Zle/incremental-complete-word
@@ -25,8 +25,8 @@ incremental-complete-word() {
 
   zstyle -s ":completion:${curcontext}" prompt pmpt ||
     pmpt='incremental (%c): %u%s  %l'
-  zstyle -s ":completion:${curcontext}" stop stop
-  zstyle -s ":completion:${curcontext}" break brk
+  zstyle -s ":completion:${curcontext}" stop-keys stop
+  zstyle -s ":completion:${curcontext}" break-keys brk
 
   if zstyle -t ":completion:${curcontext}" list; then
     wid=list-choices