remove check_visual_highlight()

This check is meaningless, we assume the terminal supports reverse-mode.
This commit is contained in:
Justin M. Keyes
2019-01-02 23:18:31 +01:00
parent 103e021912
commit e2d71d11de
3 changed files with 1 additions and 21 deletions

View File

@@ -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;