mirror of
https://github.com/neovim/neovim.git
synced 2025-09-23 19:48:32 +00:00
screen: Remove unneeded check
This commit is contained in:
@@ -1016,9 +1016,7 @@ static void win_update(win_T *wp)
|
||||
linenr_T from, to;
|
||||
|
||||
if (VIsual_active) {
|
||||
if (VIsual_active
|
||||
&& (VIsual_mode != wp->w_old_visual_mode
|
||||
|| type == INVERTED_ALL)) {
|
||||
if (VIsual_mode != wp->w_old_visual_mode || type == INVERTED_ALL) {
|
||||
/*
|
||||
* If the type of Visual selection changed, redraw the whole
|
||||
* selection. Also when the ownership of the X selection is
|
||||
|
Reference in New Issue
Block a user