aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/nvim/move.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/nvim/move.c b/src/nvim/move.c
index 4261a52054..f921b761a5 100644
--- a/src/nvim/move.c
+++ b/src/nvim/move.c
@@ -2168,9 +2168,7 @@ void do_check_cursorbind(void)
restart_edit = restart_edit_save;
}
// Correct cursor for multi-byte character.
- if (has_mbyte) {
- mb_adjust_cursor();
- }
+ mb_adjust_cursor();
redraw_later(VALID);
// Only scroll when 'scrollbind' hasn't done this.