]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
updated for version 7.0-043 v7.0.043
authorBram Moolenaar <Bram@vim.org>
Tue, 8 Aug 2006 14:29:16 +0000 (14:29 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 8 Aug 2006 14:29:16 +0000 (14:29 +0000)
src/option.c
src/version.c

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