comparison src/version.c @ 24039:a5478836fcb7 v8.2.2561

patch 8.2.2561: not all textprop code is covered by tests Commit: https://github.com/vim/vim/commit/3dc3474f00e529b014add48f7f3d1dad2ec15498 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Mar 2 13:36:47 2021 +0100 patch 8.2.2561: not all textprop code is covered by tests Problem: Not all textprop code is covered by tests. Solution: Add a few more test cases. (Dominique Pell?, closes https://github.com/vim/vim/issues/7908)
author Bram Moolenaar <Bram@vim.org>
date Tue, 02 Mar 2021 13:45:05 +0100
parents b5a6de6a8915
children 580ee78577e9
comparison
equal deleted inserted replaced
24038:52c3c86b10f1 24039:a5478836fcb7
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 2561,
753 /**/ 755 /**/
754 2560, 756 2560,
755 /**/ 757 /**/
756 2559, 758 2559,
757 /**/ 759 /**/