comparison src/version.c @ 25216:9ead67e3c696 v8.2.3144

patch 8.2.3144: Vim9: no error when using an invalid value for a line number Commit: https://github.com/vim/vim/commit/0f1227f7d5a3e368f61d396c1640088c079fef91 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 11 16:01:58 2021 +0200 patch 8.2.3144: Vim9: no error when using an invalid value for a line number Problem: Vim9: no error when using an invalid value for a line number. Solution: Give an error if the string value is not recognized. (closes #8536)
author Bram Moolenaar <Bram@vim.org>
date Sun, 11 Jul 2021 16:15:03 +0200
parents 218df177cff8
children 645c7963a586
comparison
equal deleted inserted replaced
25215:a7588e54bd5d 25216:9ead67e3c696
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 3144,
758 /**/ 760 /**/
759 3143, 761 3143,
760 /**/ 762 /**/
761 3142, 763 3142,
762 /**/ 764 /**/