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:
@@ -1131,7 +1131,7 @@ free_all_mem(void)
|
||||
free_signs();
|
||||
# endif
|
||||
# ifdef FEAT_EVAL
|
||||
set_expr_line(NULL);
|
||||
set_expr_line(NULL, NULL);
|
||||
# endif
|
||||
# ifdef FEAT_DIFF
|
||||
if (curtab != NULL)
|
||||
|
Reference in New Issue
Block a user