changeset 1017:0d31f8a78ab3 v7.0.143

updated for version 7.0-143
author vimboss
date Tue, 17 Oct 2006 16:34:24 +0000
parents 4bc81d4dc6be
children d3cff90680f3
files src/option.c src/version.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/option.c
+++ b/src/option.c
@@ -3405,7 +3405,7 @@ set_option_default(opt_idx, opt_flags, c
 	}
 	else if (flags & P_NUM)
 	{
-	    if (varp == (char_u *)PV_SCROLL)
+	    if (options[opt_idx].indir == PV_SCROLL)
 		win_comp_scroll(curwin);
 	    else
 	    {
--- 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 */
 /**/
+    143,
+/**/
     142,
 /**/
     141,