diff src/optionstr.c @ 18303:86887d3fd6f7 v8.1.2146

patch 8.1.2146: build failure Commit: https://github.com/vim/vim/commit/1e7b52ad8a5e34b9e7a2d12a09765d76d446cd5a Author: Bram Moolenaar <Bram@vim.org> Date: Sun Oct 13 16:59:08 2019 +0200 patch 8.1.2146: build failure Problem: Build failure. Solution: Include omitted changed file.
author Bram Moolenaar <Bram@vim.org>
date Sun, 13 Oct 2019 17:00:03 +0200
parents e0ec4cd7a865
children 9f51d0cef8da
line wrap: on
line diff
--- 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)