comparison src/version.c @ 23094:8b93aea8d9d7 v8.2.2093

patch 8.2.2093: Vim9: script test sometimes fails Commit: https://github.com/vim/vim/commit/c0913d023b8bb728e9832727fe1657dbddf685d0 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Dec 5 14:44:37 2020 +0100 patch 8.2.2093: Vim9: script test sometimes fails Problem: Vim9: script test sometimes fails. Solution: Do not find a script variable by its typval if the name was cleared.
author Bram Moolenaar <Bram@vim.org>
date Sat, 05 Dec 2020 14:45:03 +0100
parents c713358da074
children b6aadb0b3a56
comparison
equal deleted inserted replaced
23093:2e6c66937951 23094:8b93aea8d9d7
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 2093,
753 /**/ 755 /**/
754 2092, 756 2092,
755 /**/ 757 /**/
756 2091, 758 2091,
757 /**/ 759 /**/