# HG changeset patch # User vimboss # Date 1164726896 0 # Node ID 10d7ebdbe8a3a9787360b21a9836c6bae6a6a7a2 # Parent 932fe018ad166a9f8e4b6b0ae91d562cab7c37db updated for version 7.0-169 diff --git a/src/screen.c b/src/screen.c --- 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 --- a/src/version.c +++ b/src/version.c @@ -667,6 +667,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 169, +/**/ 168, /**/ 167,