mirror of
https://github.com/neovim/neovim.git
synced 2025-10-09 19:36:40 +00:00
move: drop has_mbyte check
has_mbyte is always true in nvim.
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user