mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
updated for version 7.1-097
This commit is contained in:
parent
c27c8d5c59
commit
177d8c60ee
@ -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();
|
||||
|
@ -666,6 +666,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
97,
|
||||
/**/
|
||||
96,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user