comparison src/version.c @ 24715:004b1c60daa9 v8.2.2896

patch 8.2.2896: spellfile functionality not fully tested Commit: https://github.com/vim/vim/commit/dc3275a1ac73b6c4d0c9d2e238ea80b477705b6f Author: Dominique Pelle <dominique.pelle@gmail.com> Date: Fri May 28 18:32:12 2021 +0200 patch 8.2.2896: spellfile functionality not fully tested Problem: Spellfile functionality not fully tested. Solution: Add tests for CHECKCOMPOUNDPATTERN and COMMON. (Dominique Pell?, closes #8270)
author Bram Moolenaar <Bram@vim.org>
date Fri, 28 May 2021 18:45:03 +0200
parents 34a5329b85aa
children bf8feac8a89a
comparison
equal deleted inserted replaced
24714:f74485889ed1 24715:004b1c60daa9
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 2896,
753 /**/ 755 /**/
754 2895, 756 2895,
755 /**/ 757 /**/
756 2894, 758 2894,
757 /**/ 759 /**/