mirror of
https://github.com/vim/vim.git
synced 2025-09-30 04:44:14 -04:00
updated for version 7.0-043
This commit is contained in:
@@ -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();
|
||||
|
@@ -666,6 +666,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
43,
|
||||
/**/
|
||||
42,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user