From 2ae638f33affe5c720d511fc96e7ce033e63fbe1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A0=20Casaj=C3=BAs?= Date: Sat, 5 May 2012 15:39:14 +0200 Subject: [PATCH] Fixed auto complete as described in: http://www.zsh.org/mla/users/2003/msg00610.html --- modules/editor/init.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/editor/init.zsh b/modules/editor/init.zsh index 99799601..40c0d46c 100644 --- a/modules/editor/init.zsh +++ b/modules/editor/init.zsh @@ -174,7 +174,7 @@ function expand-or-complete-with-indicator { local indicator zstyle -s ':omz:module:editor' completing 'indicator' print -Pn "$indicator" - zle expand-or-complete-prefix + zle expand-or-complete zle redisplay } zle -N expand-or-complete-with-indicator