From 2c4ed3a78c0c30aa631fb81aadc64e5851897d26 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Thu, 11 Dec 2014 19:36:20 +0000 Subject: [PATCH] Do not avoid eol on escape --- src/input_handler.cc | 1 - 1 file changed, 1 deletion(-) 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();