commit | d3922afbd6f56e82c7b5fd7a7ebc0769e416cae8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 14 22:30:59 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 14 22:30:59 2022 +0100 |
tree | 80f6306fdbe3e0771056088110f43db033aa7d48 | |
parent | ebd0e8bb853cb744b60bf4f57011c4379ae4aaed [diff] [blame] |
patch 9.0.0467: build failure Problem: Build failure. Solution: Add missing change.
diff --git a/src/ex_cmds.c b/src/ex_cmds.c index 4938c6f..ebcd441 100644 --- a/src/ex_cmds.c +++ b/src/ex_cmds.c
@@ -4684,7 +4684,8 @@ last_line = lnum + 1; } #ifdef FEAT_PROP_POPUP - adjust_props_for_split(lnum + 1, lnum, plen, 1); + adjust_props_for_split(lnum + 1, lnum, + plen, 1, FALSE); #endif // all line numbers increase ++sub_firstlnum;