summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvimboss <devnull@localhost>2006-11-28 15:14:56 +0000
committervimboss <devnull@localhost>2006-11-28 15:14:56 +0000
commit1bcc17ead962feded5d102a2684b4b24d8b61f3f (patch)
tree5df09fdb0024e45570447f3296fa719712d8889e
parent21af1c29308c82aad313e8977d512abec6f11eb4 (diff)
downloadvim-1bcc17ead962feded5d102a2684b4b24d8b61f3f.tar.gz
updated for version 7.0-169v7.0.169v7-0-169
-rw-r--r--src/screen.c1
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 0 deletions
diff --git a/src/screen.c b/src/screen.c
index b861d780..b3b98bf6 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 f1095b69..e8816541 100644
--- 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,