From 55b7a07a7ec62cd2456b651cabf819e4384f73b0 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 22 Aug 2007 09:25:32 +0000 Subject: 23791: use VARARR for MB_CUR_MAX users/11791: remove mysterious comment around emulate -L zsh in incremental-complete-word --- Functions/Zle/incremental-complete-word | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Functions') diff --git a/Functions/Zle/incremental-complete-word b/Functions/Zle/incremental-complete-word index b1e8e1c52..67a9d4744 100644 --- a/Functions/Zle/incremental-complete-word +++ b/Functions/Zle/incremental-complete-word @@ -22,7 +22,7 @@ # The main widget function. incremental-complete-word() { - #emulate -L zsh + emulate -L zsh unsetopt autolist menucomplete automenu # doesn't work well local key lbuf="$LBUFFER" rbuf="$RBUFFER" pmpt pstr word -- cgit 1.4.1