comparison src/version.c @ 25949:d9f9cdb2337e v8.2.3508

patch 8.2.3508: Vim9: bad separators for "g" and "s" insufficiently tested Commit: https://github.com/vim/vim/commit/051a8a375f8fb6a931fbc5ccca714a200d9b327f Author: Bram Moolenaar <Bram@vim.org> Date: Thu Oct 14 16:53:42 2021 +0100 patch 8.2.3508: Vim9: bad separators for "g" and "s" insufficiently tested Problem: Vim9: bad separators for "g" and "s" insufficiently tested. Solution: Add a few more test cases.
author Bram Moolenaar <Bram@vim.org>
date Thu, 14 Oct 2021 18:00:06 +0200
parents 5792bbdca568
children 560132056b97
comparison
equal deleted inserted replaced
25948:39be91f9606b 25949:d9f9cdb2337e
755 NULL 755 NULL
756 }; 756 };
757 757
758 static int included_patches[] = 758 static int included_patches[] =
759 { /* Add new patch number below this line */ 759 { /* Add new patch number below this line */
760 /**/
761 3508,
760 /**/ 762 /**/
761 3507, 763 3507,
762 /**/ 764 /**/
763 3506, 765 3506,
764 /**/ 766 /**/