comparison src/version.c @ 23092:c713358da074 v8.2.2092

patch 8.2.2092: Vim9: unpredictable errors for script tests Commit: https://github.com/vim/vim/commit/2d870f8d9ebad22d32799d0d0ee30943d0a0e49d Author: Bram Moolenaar <Bram@vim.org> Date: Sat Dec 5 13:41:01 2020 +0100 patch 8.2.2092: Vim9: unpredictable errors for script tests Problem: Vim9: unpredictable errors for script tests. Solution: Use a different script file name for each run.
author Bram Moolenaar <Bram@vim.org>
date Sat, 05 Dec 2020 13:45:04 +0100
parents fb27d3a7a24b
children 8b93aea8d9d7
comparison
equal deleted inserted replaced
23091:dd27e20498a3 23092:c713358da074
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 2092,
753 /**/ 755 /**/
754 2091, 756 2091,
755 /**/ 757 /**/
756 2090, 758 2090,
757 /**/ 759 /**/