summaryrefslogtreecommitdiff
path: root/src/input_handler.cc
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2014-12-11 19:36:20 +0000
committerMaxime Coste <frrrwww@gmail.com>2014-12-11 19:36:20 +0000
commit2c4ed3a78c0c30aa631fb81aadc64e5851897d26 (patch)
treed935c1f35e887aa0ff849b27b2b7fd7e877681e4 /src/input_handler.cc
parent7a10029c4f05445eb6f2348d7153bf675c681d24 (diff)
Do not avoid eol on escape
Diffstat (limited to 'src/input_handler.cc')
-rw-r--r--src/input_handler.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/input_handler.cc b/src/input_handler.cc
index 23d5eb50..ea6da4b0 100644
--- a/src/input_handler.cc
+++ b/src/input_handler.cc
@@ -1013,7 +1013,6 @@ private:
if (m_insert_mode == InsertMode::Append and sel.cursor().column > 0)
sel.cursor() = context().buffer().char_prev(sel.cursor());
}
- selections.avoid_eol();
if (m_disable_hooks)
context().user_hooks_support().enable();