]> granicus.if.org Git - vim/commitdiff
patch 8.2.1494: missing change to calling eval_getline() v8.2.1494
authorBram Moolenaar <Bram@vim.org>
Thu, 20 Aug 2020 13:52:21 +0000 (15:52 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 20 Aug 2020 13:52:21 +0000 (15:52 +0200)
Problem:    Missing change to calling eval_getline().
Solution:   Change last argument.

src/eval.c
src/version.c

index 69f9f21e8a12fd2536455f325158f7dc59390df4..741599bbf85c4725c3203bc987175484a18db4bb 100644 (file)
@@ -1966,7 +1966,8 @@ eval_next_line(evalarg_T *evalarg)
     char_u     *line;
 
     if (evalarg->eval_cookie != NULL)
-       line = evalarg->eval_getline(0, evalarg->eval_cookie, 0, TRUE);
+       line = evalarg->eval_getline(0, evalarg->eval_cookie, 0,
+                                                          GETLINE_CONCAT_ALL);
     else
        line = next_line_from_context(evalarg->eval_cctx, TRUE);
     ++evalarg->eval_break_count;
index 71fd2a8ec24fc13c56426196a0a724c5827ef344..ce970ee595d45753a857cb8703fa1f723c72cbf3 100644 (file)
@@ -754,6 +754,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1494,
 /**/
     1493,
 /**/