comparison src/version.c @ 22276:753452747ae5 v8.2.1687

patch 8.2.1687: Vim9: out of bounds error Commit: https://github.com/vim/vim/commit/9b123d859053ad1fb91d38334726b9f24da39930 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Sep 14 22:39:11 2020 +0200 patch 8.2.1687: Vim9: out of bounds error Problem: Vim9: out of bounds error. Solution: Check that cmdidx is not negative.
author Bram Moolenaar <Bram@vim.org>
date Mon, 14 Sep 2020 22:45:03 +0200
parents 1634ca41e4d3
children 0416105e103b
comparison
equal deleted inserted replaced
22275:216928dbf078 22276:753452747ae5
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 1687,
753 /**/ 755 /**/
754 1686, 756 1686,
755 /**/ 757 /**/
756 1685, 758 1685,
757 /**/ 759 /**/