]> granicus.if.org Git - vim/commitdiff
updated for version 7.0-143 v7.0.143
authorBram Moolenaar <Bram@vim.org>
Tue, 17 Oct 2006 16:34:24 +0000 (16:34 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 17 Oct 2006 16:34:24 +0000 (16:34 +0000)
src/option.c
src/version.c

index aa8a70e6c6a80a7a94b9ea130d7f8827554fae80..0bd218c9786e978879d5bfcb853d803b307410b7 100644 (file)
@@ -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
            {
index 3bd726ddd4b38054b69ff230635e43e831cd21e6..85176f746a3e4e5b75b9798b8954e03ba20d574b 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    143,
 /**/
     142,
 /**/