From 1e7b52ad8a5e34b9e7a2d12a09765d76d446cd5a Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 13 Oct 2019 16:59:08 +0200 Subject: [PATCH] patch 8.1.2146: build failure Problem: Build failure. Solution: Include omitted changed file. --- src/optionstr.c | 3 ++- src/version.c | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/optionstr.c b/src/optionstr.c index 925ea592d..a5b5b55a5 100644 --- a/src/optionstr.c +++ b/src/optionstr.c @@ -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) diff --git a/src/version.c b/src/version.c index 18509fd0d..a6a9439fe 100644 --- a/src/version.c +++ b/src/version.c @@ -753,6 +753,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 2146, /**/ 2145, /**/ -- 2.50.1