comparison src/version.c @ 26354:7e7d0e01a2d0 v8.2.3708

patch 8.2.3708: Vim9: test fails with different error Commit: https://github.com/vim/vim/commit/69535d8a0a1ba09047fc1b5bed86a8965302a4fa Author: Bram Moolenaar <Bram@vim.org> Date: Tue Nov 30 21:39:39 2021 +0000 patch 8.2.3708: Vim9: test fails with different error Problem: Vim9: test fails with different error. Solution: Correct the error number.
author Bram Moolenaar <Bram@vim.org>
date Tue, 30 Nov 2021 22:45:02 +0100
parents f209f28ad898
children 0884f2be6c2a
comparison
equal deleted inserted replaced
26353:15ce1bd7e090 26354:7e7d0e01a2d0
751 NULL 751 NULL
752 }; 752 };
753 753
754 static int included_patches[] = 754 static int included_patches[] =
755 { /* Add new patch number below this line */ 755 { /* Add new patch number below this line */
756 /**/
757 3708,
756 /**/ 758 /**/
757 3707, 759 3707,
758 /**/ 760 /**/
759 3706, 761 3706,
760 /**/ 762 /**/