diff options
author | Oliver Kiddle <okiddle@yahoo.co.uk> | 2014-02-14 22:51:33 +0100 |
---|---|---|
committer | Oliver Kiddle <okiddle@yahoo.co.uk> | 2014-02-14 22:51:33 +0100 |
commit | 90916c4e085138da26c34b1d0da826f7804293f7 (patch) | |
tree | 1baab60a3489ab7c9b30ee97fdbafb2b8b1c6d62 /Src | |
parent | 7274ea8c494c3033b3ea01f828d4d21fa511ed9a (diff) | |
download | zsh-90916c4e085138da26c34b1d0da826f7804293f7.tar.gz zsh-90916c4e085138da26c34b1d0da826f7804293f7.tar.xz zsh-90916c4e085138da26c34b1d0da826f7804293f7.zip |
32361: don't reset lastline before completion
Diffstat (limited to 'Src')
-rw-r--r-- | Src/Zle/zle_tricky.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 |