commit | dcae51facc4d6de1edd62f0242b40972be841103 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 08 20:10:10 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 08 20:10:10 2021 +0200 |
tree | cc4ed54ec096b1fb0e036166274d36ea64940990 | |
parent | d8db8383926cb8729417d9515cbfaf455dbbd8d1 [diff] [blame] |
patch 8.2.2738: extending a list with itself can give wrong result Problem: Extending a list with itself can give wrong result. Solution: Remember the item before where the insertion happens and skip to after the already inserted items. (closes #1112)
diff --git a/src/version.c b/src/version.c index 1a1f237..452565c 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2738, +/**/ 2737, /**/ 2736,