forked from aniani/vim
patch 8.1.2146: build failure
Problem: Build failure. Solution: Include omitted changed file.
This commit is contained in:
@@ -1892,7 +1892,8 @@ did_set_string_option(
|
|||||||
{
|
{
|
||||||
if (*p_pt)
|
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 (p != NULL)
|
||||||
{
|
{
|
||||||
if (new_value_alloced)
|
if (new_value_alloced)
|
||||||
|
@@ -753,6 +753,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
2146,
|
||||||
/**/
|
/**/
|
||||||
2145,
|
2145,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user