]> granicus.if.org Git - vim/commitdiff
updated for version 7.2a-019 v7.2a.019
authorBram Moolenaar <Bram@vim.org>
Tue, 8 Jul 2008 15:15:08 +0000 (15:15 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 8 Jul 2008 15:15:08 +0000 (15:15 +0000)
src/option.c
src/version.c

index 8543b48e04859c14933e9b46b3fef0e14f651fd5..2d47af3d144268cf725f531b9cae57651db0b3af 100644 (file)
@@ -8222,7 +8222,7 @@ set_option_value(name, number, string, opt_flags)
            set_string_option(opt_idx, string, opt_flags);
        else
        {
-           varp = get_varp(&options[opt_idx]);
+           varp = get_varp_scope(&(options[opt_idx]), opt_flags);
            if (varp != NULL)   /* hidden option is not changed */
            {
                if (number == 0 && string != NULL)
index ec51a6ccecc73dc2dfc4bac70979a3f97a8820f7..d44083afb0e9856859754b69948a70d341976040 100644 (file)
@@ -676,6 +676,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    19,
 /**/
     18,
 /**/