summaryrefslogtreecommitdiff
path: root/src/input_handler.cc
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2017-06-08 09:53:46 +0100
committerMaxime Coste <mawww@kakoune.org>2017-06-08 09:55:34 +0100
commitad9b090ddf362220e7879370538db0b5cd14fe34 (patch)
tree397e9b156654656505afc8d5ff51c693fbc0446f /src/input_handler.cc
parent4ab40af3a989353ae5b2a4d11449304408bcc905 (diff)
Fix quadratic behaviour in when selecting an insert completion
Use the fast, linear time SelectionList::insert algorithm instead of an ad-hoc one that needs to call SelectionList::update after each modification of the buffer. Fixes #1417
Diffstat (limited to 'src/input_handler.cc')
0 files changed, 0 insertions, 0 deletions