diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-10-13 16:59:08 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-10-13 16:59:08 +0200 |
commit | 1e7b52ad8a5e34b9e7a2d12a09765d76d446cd5a (patch) | |
tree | ed5cb4cc0b4368b2036586f870f3c2d9535ddaef /src/optionstr.c | |
parent | 459fd785e4a8d044147a3f83a5fca8748528aa84 (diff) | |
download | vim-git-1e7b52ad8a5e34b9e7a2d12a09765d76d446cd5a.tar.gz |
patch 8.1.2146: build failurev8.1.2146
Problem: Build failure.
Solution: Include omitted changed file.
Diffstat (limited to 'src/optionstr.c')
-rw-r--r-- | src/optionstr.c | 3 |
1 files changed, 2 insertions, 1 deletions
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) |