1
0
forked from aniani/vim

patch 8.2.2762: Vim9: function line truncated when compiling

Problem:    Vim9: function line truncated when compiling.
Solution:   Copy the line before processing it. (closes #8101)
This commit is contained in:
Bram Moolenaar
2021-04-14 12:40:00 +02:00
parent 2e240bd428
commit f62d73933a
3 changed files with 51 additions and 0 deletions

View File

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