mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
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)
|
||||
{
|
||||
(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)
|
||||
|
Reference in New Issue
Block a user