From: Bram Moolenaar Date: Thu, 6 Sep 2007 11:33:37 +0000 (+0000) Subject: updated for version 7.1-097 X-Git-Tag: v7.1.097 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=177d8c60ee214b53aeef580a8614247989c0de09;p=vim updated for version 7.1-097 --- diff --git a/src/option.c b/src/option.c index d02605ccf..893f1457c 100644 --- a/src/option.c +++ b/src/option.c @@ -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(); diff --git a/src/version.c b/src/version.c index e1fc310cb..b39a4d996 100644 --- a/src/version.c +++ b/src/version.c @@ -666,6 +666,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 97, /**/ 96, /**/