comparison src/version.c @ 25626:4e13cde003a8 v8.2.3349

patch 8.2.3349: eval test for scriptversion fails Commit: https://github.com/vim/vim/commit/5cebca27b831880fb6e191e5271ee614625e1f8a Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 15 14:39:13 2021 +0200 patch 8.2.3349: eval test for scriptversion fails Problem: Eval test for scriptversion fails. Solution: Fix off-by-one error.
author Bram Moolenaar <Bram@vim.org>
date Sun, 15 Aug 2021 14:45:03 +0200
parents 0ef8ef1af478
children 0407a3db3ef6
comparison
equal deleted inserted replaced
25625:46f183ec5413 25626:4e13cde003a8
753 NULL 753 NULL
754 }; 754 };
755 755
756 static int included_patches[] = 756 static int included_patches[] =
757 { /* Add new patch number below this line */ 757 { /* Add new patch number below this line */
758 /**/
759 3349,
758 /**/ 760 /**/
759 3348, 761 3348,
760 /**/ 762 /**/
761 3347, 763 3347,
762 /**/ 764 /**/