diff src/version.c @ 14852:3c8a4b25427c v8.1.0438

patch 8.1.0438: the ex_make() function is too long commit https://github.com/vim/vim/commit/b434ae2a1fcbbd43244c6130451de7f14346e224 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 28 23:09:55 2018 +0200 patch 8.1.0438: the ex_make() function is too long Problem: The ex_make() function is too long. Solution: Split it into several functions. (Yegappan Lakshmanan)
author Christian Brabandt <cb@256bit.org>
date Fri, 28 Sep 2018 23:15:05 +0200
parents 85ef79b16181
children 3b72808fbb0d
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 */
 /**/
+    438,
+/**/
     437,
 /**/
     436,