comparison src/version.c @ 24806:28127371aa18 v8.2.2941

patch 8.2.2941: Vim9: using does not handle a list of strings Commit: https://github.com/vim/vim/commit/b288ba9f1dd29ba34f236e3099f779d5ab130227 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 5 17:10:55 2021 +0200 patch 8.2.2941: Vim9: using does not handle a list of strings Problem: Vim9: using does not handle a list of strings. Solution: Convert a list to a string and escape each item. (closes https://github.com/vim/vim/issues/8310)
author Bram Moolenaar <Bram@vim.org>
date Sat, 05 Jun 2021 17:15:06 +0200
parents 324086c6f757
children 0bc60e26a2b5
comparison
equal deleted inserted replaced
24805:f31e7022526e 24806:28127371aa18
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 2941,
753 /**/ 755 /**/
754 2940, 756 2940,
755 /**/ 757 /**/
756 2939, 758 2939,
757 /**/ 759 /**/