mirror of
https://github.com/neovim/neovim.git
synced 2025-09-24 12:08:33 +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;
|
linenr_T from, to;
|
||||||
|
|
||||||
if (VIsual_active) {
|
if (VIsual_active) {
|
||||||
if (VIsual_active
|
if (VIsual_mode != wp->w_old_visual_mode || type == INVERTED_ALL) {
|
||||||
&& (VIsual_mode != wp->w_old_visual_mode
|
|
||||||
|| type == INVERTED_ALL)) {
|
|
||||||
/*
|
/*
|
||||||
* If the type of Visual selection changed, redraw the whole
|
* If the type of Visual selection changed, redraw the whole
|
||||||
* selection. Also when the ownership of the X selection is
|
* selection. Also when the ownership of the X selection is
|
||||||
|
Reference in New Issue
Block a user