comparison src/version.c @ 21887:776c76599617 v8.2.1493

patch 8.2.1493: not enough test coverage for the spell file handling Commit: https://github.com/vim/vim/commit/fc2a47ffc425777704b329c9edbe21163bedf63c Author: Bram Moolenaar <Bram@vim.org> Date: Thu Aug 20 15:41:55 2020 +0200 patch 8.2.1493: not enough test coverage for the spell file handling Problem: Not enough test coverage for the spell file handling. Solution: Add spell file tests. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/6728)
author Bram Moolenaar <Bram@vim.org>
date Thu, 20 Aug 2020 15:45:04 +0200
parents 72525eabfe61
children e7e485a60caf
comparison
equal deleted inserted replaced
21886:ff9f9ef2296b 21887:776c76599617
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 1493,
757 /**/ 759 /**/
758 1492, 760 1492,
759 /**/ 761 /**/
760 1491, 762 1491,
761 /**/ 763 /**/