comparison src/version.c @ 26741:59dde78e9436 v8.2.3899

patch 8.2.3899: Vim9: test for map() on string fails Commit: https://github.com/vim/vim/commit/ec86520f946a40d5c4a92d6a11d6928faa13abd4 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Dec 25 22:10:42 2021 +0000 patch 8.2.3899: Vim9: test for map() on string fails Problem: Vim9: test for map() on string fails. Solution: Expect string return type.
author Bram Moolenaar <Bram@vim.org>
date Sat, 25 Dec 2021 23:15:04 +0100
parents 47ad45fb433a
children c2c40cefc17b
comparison
equal deleted inserted replaced
26740:9ed6ad5a8a73 26741:59dde78e9436
747 NULL 747 NULL
748 }; 748 };
749 749
750 static int included_patches[] = 750 static int included_patches[] =
751 { /* Add new patch number below this line */ 751 { /* Add new patch number below this line */
752 /**/
753 3899,
752 /**/ 754 /**/
753 3898, 755 3898,
754 /**/ 756 /**/
755 3897, 757 3897,
756 /**/ 758 /**/