diff src/version.c @ 26426:c59d60e21ef5 v8.2.3744

patch 8.2.3744: E854 is not tested; some spelling suggestions are not tested Commit: https://github.com/vim/vim/commit/f645ee47c85940d05f492a1b3932fbcdfd4204b3 Author: Dominique Pelle <dominique.pelle@gmail.com> Date: Sun Dec 5 13:21:18 2021 +0000 patch 8.2.3744: E854 is not tested; some spelling suggestions are not tested Problem: E854 is not tested; some spelling suggestions are not tested. Solution: Add a couple of tests. (Dominique Pell?, closes https://github.com/vim/vim/issues/9279)
author Bram Moolenaar <Bram@vim.org>
date Sun, 05 Dec 2021 14:30:03 +0100
parents f6ca4276c4cc
children 013de2ce0e30
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -754,6 +754,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3744,
+/**/
     3743,
 /**/
     3742,