]> granicus.if.org Git - vim/commitdiff
updated for version 7.1-097 v7.1.097
authorBram Moolenaar <Bram@vim.org>
Thu, 6 Sep 2007 11:33:37 +0000 (11:33 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 6 Sep 2007 11:33:37 +0000 (11:33 +0000)
src/option.c
src/version.c

index d02605ccf618cde921d945362dc95165d0379f10..893f1457cc3bb142b3482ba5e6aab2abf67ee41c 100644 (file)
@@ -6348,7 +6348,7 @@ did_set_string_option(opt_idx, varp, new_value_alloced, oldval, errbuf,
                errmsg = check_stl_option(p_ruf);
        }
        /* check 'statusline' only if it doesn't start with "%!" */
-       else if (varp != &p_stl || s[0] != '%' || s[1] != '!')
+       else if (varp == &p_ruf || s[0] != '%' || s[1] != '!')
            errmsg = check_stl_option(s);
        if (varp == &p_ruf && errmsg == NULL)
            comp_col();
index e1fc310cb393dd8c2d90d90c2ea8d208db8f9b44..b39a4d996febe37fc6476454d8ac63dc2d9d653d 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    97,
 /**/
     96,
 /**/