commit | b4bcea474d9006e4db1fa5d6828773e739af14bb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Oct 28 13:53:50 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 28 13:53:50 2020 +0100 |
tree | 1cef0b7161b2d71b8d826917f2bf2f60931d4840 | |
parent | 70cf45810cb9be5bd17074f7fb4ee238f2c4d57b [diff] [blame] |
patch 8.2.1914: Vim9: cannot put line break in expression for '=' register Problem: Vim9: cannot put line break in expression for '=' register. Solution: Pass fgetline to set_expr_line(). (closes #7209)
diff --git a/src/misc2.c b/src/misc2.c index 6316b53..48cc4b7 100644 --- a/src/misc2.c +++ b/src/misc2.c
@@ -1131,7 +1131,7 @@ free_signs(); # endif # ifdef FEAT_EVAL - set_expr_line(NULL); + set_expr_line(NULL, NULL); # endif # ifdef FEAT_DIFF if (curtab != NULL)