diff src/version.c @ 22220:37ad27fa22e7 v8.2.1659

patch 8.2.1659: spellfile code not completely tested Commit: https://github.com/vim/vim/commit/96fdf4348a50cdbe6b8f18ccb4806ba5b190989e Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 11 18:11:50 2020 +0200 patch 8.2.1659: spellfile code not completely tested Problem: Spellfile code not completely tested. Solution: Add a few more test cases. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/6929)
author Bram Moolenaar <Bram@vim.org>
date Fri, 11 Sep 2020 18:15:03 +0200
parents 195a617b405a
children 7b9e8fd7ea5b
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1659,
+/**/
     1658,
 /**/
     1657,