From 5fc1a8b5d7f78cf3979f00f22f3dc1bb358c2c8f Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 17 Oct 2006 16:34:24 +0000 Subject: [PATCH] updated for version 7.0-143 --- src/option.c | 2 +- src/version.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/option.c b/src/option.c index aa8a70e6c..0bd218c97 100644 --- a/src/option.c +++ b/src/option.c @@ -3405,7 +3405,7 @@ set_option_default(opt_idx, opt_flags, compatible) } else if (flags & P_NUM) { - if (varp == (char_u *)PV_SCROLL) + if (options[opt_idx].indir == PV_SCROLL) win_comp_scroll(curwin); else { diff --git a/src/version.c b/src/version.c index 3bd726ddd..85176f746 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 */ +/**/ + 143, /**/ 142, /**/ -- 2.50.1