mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
updated for version 7.2a-019
This commit is contained in:
parent
c93e791042
commit
b316376b48
@ -8222,7 +8222,7 @@ set_option_value(name, number, string, opt_flags)
|
||||
set_string_option(opt_idx, string, opt_flags);
|
||||
else
|
||||
{
|
||||
varp = get_varp(&options[opt_idx]);
|
||||
varp = get_varp_scope(&(options[opt_idx]), opt_flags);
|
||||
if (varp != NULL) /* hidden option is not changed */
|
||||
{
|
||||
if (number == 0 && string != NULL)
|
||||
|
@ -676,6 +676,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
19,
|
||||
/**/
|
||||
18,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user