comparison src/version.c @ 24351:585695c70392 v8.2.2716

patch 8.2.2716: the equivalent class regexp is missing some characters Commit: https://github.com/vim/vim/commit/0b94e297afd072c51bf2eed12c7ffe3978d93399 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Apr 5 13:59:53 2021 +0200 patch 8.2.2716: the equivalent class regexp is missing some characters Problem: The equivalent class regexp is missing some characters. Solution: Update the list of equivalent characters. (Dominique Pell?, closes #8029)
author Bram Moolenaar <Bram@vim.org>
date Mon, 05 Apr 2021 14:00:15 +0200
parents 21c72f782ae1
children c80daba2b5df
comparison
equal deleted inserted replaced
24350:4c571ac0748e 24351:585695c70392
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 2716,
753 /**/ 755 /**/
754 2715, 756 2715,
755 /**/ 757 /**/
756 2714, 758 2714,
757 /**/ 759 /**/