mirror of
https://github.com/vim/vim.git
synced 2025-09-14 23:14:27 -04:00
patch 8.1.2146: build failure
Problem: Build failure. Solution: Include omitted changed file.
This commit is contained in:
parent
459fd785e4
commit
1e7b52ad8a
@ -1892,7 +1892,8 @@ did_set_string_option(
|
||||
{
|
||||
if (*p_pt)
|
||||
{
|
||||
(void)replace_termcodes(p_pt, &p, TRUE, TRUE, FALSE);
|
||||
(void)replace_termcodes(p_pt, &p,
|
||||
REPTERM_FROM_PART | REPTERM_DO_LT, NULL);
|
||||
if (p != NULL)
|
||||
{
|
||||
if (new_value_alloced)
|
||||
|
@ -753,6 +753,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
2146,
|
||||
/**/
|
||||
2145,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user