comparison src/version.c @ 21168:f26a606e6dbc v8.2.1135

patch 8.2.1135: Vim9: getting a dict member may not work Commit: https://github.com/vim/vim/commit/50788ef34947aeb1729604cd3876845afbd15e3c Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 5 16:51:26 2020 +0200 patch 8.2.1135: Vim9: getting a dict member may not work Problem: Vim9: getting a dict member may not work. Solution: Clear the dict only after copying the item.
author Bram Moolenaar <Bram@vim.org>
date Sun, 05 Jul 2020 17:00:03 +0200
parents 64f664f9b23a
children 8c494353c6bc
comparison
equal deleted inserted replaced
21167:61a9e8f67262 21168:f26a606e6dbc
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 1135,
757 /**/ 759 /**/
758 1134, 760 1134,
759 /**/ 761 /**/
760 1133, 762 1133,
761 /**/ 763 /**/