diff src/version.c @ 14654:5a384b3806ec v8.1.0340

patch 8.1.0340: no test for :spellinfo commit https://github.com/vim/vim/commit/9049b686121367941bf534c041975938135c7e20 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Aug 31 22:26:53 2018 +0200 patch 8.1.0340: no test for :spellinfo Problem: No test for :spellinfo. Solution: Add a test. (Dominique Pelle, closes https://github.com/vim/vim/issues/3394)
author Christian Brabandt <cb@256bit.org>
date Fri, 31 Aug 2018 22:30:06 +0200
parents f3b183c3d3e2
children 0d5726f2913b
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -795,6 +795,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    340,
+/**/
     339,
 /**/
     338,