1
0
forked from aniani/vim

patch 8.2.4629: flattennew() makes a deep copy unnecessarily

Problem:    flattennew() makes a deep copy unnecessarily.
Solution:   Use a shallow copy. (issue #10012)
This commit is contained in:
Bram Moolenaar
2022-03-26 10:50:11 +00:00
parent 5e877baf87
commit c6c1ec4da5
2 changed files with 4 additions and 4 deletions

View File

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