diff options
Diffstat (limited to 'src/input_handler.cc')
| -rw-r--r-- | src/input_handler.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_handler.cc b/src/input_handler.cc index cdc928e9..f57f0029 100644 --- a/src/input_handler.cc +++ b/src/input_handler.cc @@ -1240,7 +1240,7 @@ private: const ColumnCount tabstop = context().options()["tabstop"].get<int>(); for (auto& sel : selections) { - auto cursor = context().buffer().offset_coord(sel.cursor(), offset, tabstop); + auto cursor = context().buffer().offset_coord(sel.cursor(), offset, tabstop, false); sel.anchor() = sel.cursor() = cursor; } selections.sort_and_merge_overlapping(); |
