Don't observe input change in completion mode.
authorDaniel Carl <danielcarl@gmx.de>
Sat, 28 Sep 2013 23:24:06 +0000 (01:24 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Sat, 28 Sep 2013 23:24:06 +0000 (01:24 +0200)
commitf24a8ec1c9fb6812232fb5cfd770830e348fabe0
tree8cd245b2a26abb1d6dd25cdd00fd65c9a078ea53
parentc282b20ee88553e560fb47cad04911b94cec7748
Don't observe input change in completion mode.

This patch prevents slow and unsmooth completions caused by logic that
observes the change content in the inputbox. This was the case mainly for the
search completion, every step in the completion list started a new search.
src/mode.c