comparison src/version.c @ 18056:624109b3766e v8.1.2023

patch 8.1.2023: no test for synIDattr() returning "strikethrough" Commit: https://github.com/vim/vim/commit/dcb2b9cb085288d2a2e4cc31abc591ade04e782e Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 13 21:26:39 2019 +0200 patch 8.1.2023: no test for synIDattr() returning "strikethrough" Problem: No test for synIDattr() returning "strikethrough". Solution: Extend the synIDattr() test. (Jaskaran Singh, closes https://github.com/vim/vim/issues/4929)
author Bram Moolenaar <Bram@vim.org>
date Fri, 13 Sep 2019 21:30:03 +0200
parents 88b5c2b4e3d2
children 187742518187
comparison
equal deleted inserted replaced
18055:9ca92f1defef 18056:624109b3766e
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 2023,
760 /**/ 762 /**/
761 2022, 763 2022,
762 /**/ 764 /**/
763 2021, 765 2021,
764 /**/ 766 /**/