]> granicus.if.org Git - vim/commitdiff
patch 8.1.2146: build failure v8.1.2146
authorBram Moolenaar <Bram@vim.org>
Sun, 13 Oct 2019 14:59:08 +0000 (16:59 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 13 Oct 2019 14:59:08 +0000 (16:59 +0200)
Problem:    Build failure.
Solution:   Include omitted changed file.

src/optionstr.c
src/version.c

index 925ea592dd0403e1bcba86f27d52b677aa487d3d..a5b5b55a578acb01c88c5b055500ea5bb1f4d813 100644 (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)
index 18509fd0da5edf243d6a00225c54f49e8442bd10..a6a9439fe848d840946c564e96fc9140597e0504 100644 (file)
@@ -753,6 +753,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2146,
 /**/
     2145,
 /**/