mirror of
https://github.com/neovim/neovim.git
synced 2025-09-26 13:08:33 +00:00
remove check_visual_highlight()
This check is meaningless, we assume the terminal supports reverse-mode.
This commit is contained in:
@@ -319,7 +319,6 @@ retnomove:
|
||||
|
||||
// Start Visual mode before coladvance(), for when 'sel' != "old"
|
||||
if ((flags & MOUSE_MAY_VIS) && !VIsual_active) {
|
||||
check_visual_highlight();
|
||||
VIsual = old_cursor;
|
||||
VIsual_active = true;
|
||||
VIsual_reselect = true;
|
||||
|
Reference in New Issue
Block a user