From 90916c4e085138da26c34b1d0da826f7804293f7 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Fri, 14 Feb 2014 22:51:33 +0100 Subject: 32361: don't reset lastline before completion --- Src/Zle/zle_tricky.c | 1 - 1 file changed, 1 deletion(-) (limited to 'Src') diff --git a/Src/Zle/zle_tricky.c b/Src/Zle/zle_tricky.c index a12fa08ff..3c7cff9c1 100644 --- a/Src/Zle/zle_tricky.c +++ b/Src/Zle/zle_tricky.c @@ -611,7 +611,6 @@ docomplete(int lst) active = 1; comprecursive = 0; makecommaspecial(0); - setlastline(); /* From the C-code's point of view, we can only use compctl as a default * type of completion. Load it if it hasn't been loaded already and -- cgit 1.4.1