comparison src/version.c @ 29383:e76e18a20d9c v9.0.0034

patch 9.0.0034: spell tests do not always clear the word list Commit: https://github.com/vim/vim/commit/288ed23e3929ff55a8ae30db0ba3f57b6f119dc8 Author: zeertzjq <zeertzjq@outlook.com> Date: Mon Jul 4 11:03:07 2022 +0100 patch 9.0.0034: spell tests do not always clear the word list Problem: Spell tests do not always clear the word list. Solution: Clear the word list in TearDown(). (closes https://github.com/vim/vim/issues/10659)
author Bram Moolenaar <Bram@vim.org>
date Mon, 04 Jul 2022 12:15:02 +0200
parents 5f2d86ec61eb
children 5b7b5b372e2d
comparison
equal deleted inserted replaced
29382:289171b6aba3 29383:e76e18a20d9c
733 NULL 733 NULL
734 }; 734 };
735 735
736 static int included_patches[] = 736 static int included_patches[] =
737 { /* Add new patch number below this line */ 737 { /* Add new patch number below this line */
738 /**/
739 34,
738 /**/ 740 /**/
739 33, 741 33,
740 /**/ 742 /**/
741 32, 743 32,
742 /**/ 744 /**/