From b0c9a85bc836004a8fb50a1f321f267a1d0da3d7 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 28 Nov 2006 15:14:56 +0000 Subject: [PATCH] updated for version 7.0-169 --- src/screen.c | 1 + src/version.c | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/screen.c b/src/screen.c index b861d7805..b3b98bf65 100644 --- a/src/screen.c +++ b/src/screen.c @@ -455,6 +455,7 @@ update_screen(type) && curwin->w_topline == curwin->w_lines[0].wl_lnum) #ifdef FEAT_VISUAL || (type == INVERTED + && VIsual_active && curwin->w_old_cursor_lnum == curwin->w_cursor.lnum && curwin->w_old_visual_mode == VIsual_mode && (curwin->w_valid & VALID_VIRTCOL) diff --git a/src/version.c b/src/version.c index f1095b691..e88165416 100644 --- a/src/version.c +++ b/src/version.c @@ -666,6 +666,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 169, /**/ 168, /**/ -- 2.50.1