commit | 177d8c60ee214b53aeef580a8614247989c0de09 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 06 11:33:37 2007 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 06 11:33:37 2007 +0000 |
tree | b0b6e9828c77ef3b6e8c9244aee7c766a0ec74b0 | |
parent | c27c8d5c5915650d5d1a4c1b37b39cd6d28e3f76 [diff] [blame] |
updated for version 7.1-097
diff --git a/src/option.c b/src/option.c index d02605c..893f145 100644 --- a/src/option.c +++ b/src/option.c
@@ -6348,7 +6348,7 @@ 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();