0
0
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:
Bram Moolenaar 2019-10-13 16:59:08 +02:00
parent 459fd785e4
commit 1e7b52ad8a
2 changed files with 4 additions and 1 deletions

View File

@ -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)

View File

@ -753,6 +753,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2146,
/**/
2145,
/**/