# HG changeset patch # User vimboss # Date 1161102864 0 # Node ID 0d31f8a78ab35b256359b6ae53c80cecce59d44c # Parent 4bc81d4dc6be1c45e41f1b083ad7fc07c58d840c updated for version 7.0-143 diff --git a/src/option.c b/src/option.c --- 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 { 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 */ /**/ + 143, +/**/ 142, /**/ 141,