comparison src/version.c @ 23243:0804cb073097 v8.2.2167

patch 8.2.2167: Vim9: assign test fails Commit: https://github.com/vim/vim/commit/d88dc4d4e950d937b44c523b9965d485f3fae4be Author: Bram Moolenaar <Bram@vim.org> Date: Sun Dec 20 14:49:42 2020 +0100 patch 8.2.2167: Vim9: assign test fails Problem: Vim9: assign test fails. (Elimar Riesebieter) Solution: Adjust the test for dict assignment.
author Bram Moolenaar <Bram@vim.org>
date Sun, 20 Dec 2020 15:00:04 +0100
parents 87acfcf65a2e
children ac934fbacc0e
comparison
equal deleted inserted replaced
23242:78ff69eb0675 23243:0804cb073097
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 2167,
753 /**/ 755 /**/
754 2166, 756 2166,
755 /**/ 757 /**/
756 2165, 758 2165,
757 /**/ 759 /**/