diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Src/Zle/zle_tricky.c | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index f6ef20115..848527bdb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-02-14 Oliver Kiddle <opk@zsh.org> + + * 32361: Src/Zle/zle_tricky.c: don't reset lastline before completion + 2014-02-13 Barton E. Schaefer <schaefer@brasslantern.com> * 32377: Test/comptest: change keybindings and PTY control for 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 |