changeset 1667:131dbd3d2a4b v7.2a.019

updated for version 7.2a-019
author vimboss
date Tue, 08 Jul 2008 15:15:08 +0000
parents e1d77e652cb7
children 0b796e045c42
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
@@ -8222,7 +8222,7 @@ set_option_value(name, number, string, o
 	    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)
--- a/src/version.c
+++ b/src/version.c
@@ -677,6 +677,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    19,
+/**/
     18,
 /**/
     17,