comparison src/version.c @ 23276:b79cdad3ea2e v8.2.2184

patch 8.2.2184: Vim9: no error when using "2" for a line number Commit: https://github.com/vim/vim/commit/9a963377b4811e4e0419ec8825856ff4b01331ac Author: Bram Moolenaar <Bram@vim.org> Date: Mon Dec 21 21:58:46 2020 +0100 patch 8.2.2184: Vim9: no error when using "2" for a line number Problem: Vim9: no error when using "2" for a line number. Solution: Give an error message if the line number is invalid. (closes https://github.com/vim/vim/issues/7492)
author Bram Moolenaar <Bram@vim.org>
date Mon, 21 Dec 2020 22:00:03 +0100
parents 10bbff53d3d1
children a6d48e6961aa
comparison
equal deleted inserted replaced
23275:cd907d92a6be 23276:b79cdad3ea2e
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 2184,
753 /**/ 755 /**/
754 2183, 756 2183,
755 /**/ 757 /**/
756 2182, 758 2182,
757 /**/ 759 /**/