comparison src/version.c @ 25557:763ea8f075db v8.2.3315

patch 8.2.3315: cannot use single quote in a float number for readability Commit: https://github.com/vim/vim/commit/2950065e18649d234b16e60dd0e3d75adeca4513 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 8 15:43:34 2021 +0200 patch 8.2.3315: cannot use single quote in a float number for readability Problem: Cannot use single quote in a float number for readability. Solution: Support single quotes like in numbers. (closes https://github.com/vim/vim/issues/8713)
author Bram Moolenaar <Bram@vim.org>
date Sun, 08 Aug 2021 15:45:03 +0200
parents 446f478d6fb1
children 4b07859e1646
comparison
equal deleted inserted replaced
25556:5b91b4fa6cc7 25557:763ea8f075db
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 3315,
758 /**/ 760 /**/
759 3314, 761 3314,
760 /**/ 762 /**/
761 3313, 763 3313,
762 /**/ 764 /**/