1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2020-10-28 13:53:50 +01:00
parent 70cf45810c
commit b4bcea474d
8 changed files with 46 additions and 11 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1914,
/**/
1913,
/**/