comparison src/version.c @ 22906:5ff7125e81fc v8.2.2000

patch 8.2.2000: Vim9: dict.key assignment not implemented yet Commit: https://github.com/vim/vim/commit/fc74d03e7694bac3b50d8d6b6b78b40a71818744 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Nov 16 22:11:49 2020 +0100 patch 8.2.2000: Vim9: dict.key assignment not implemented yet Problem: Vim9: dict.key assignment not implemented yet. Solution: Implement dict.key assignment. (closes https://github.com/vim/vim/issues/7312)
author Bram Moolenaar <Bram@vim.org>
date Mon, 16 Nov 2020 22:15:03 +0100
parents a7c1a92bd13c
children 54219df706b5
comparison
equal deleted inserted replaced
22905:3e3b02c8ca00 22906:5ff7125e81fc
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 2000,
753 /**/ 755 /**/
754 1999, 756 1999,
755 /**/ 757 /**/
756 1998, 758 1998,
757 /**/ 759 /**/