diff src/version.c @ 17636:1687c8935ab6 v8.1.1815

patch 8.1.1815: duplicating info for internal functions commit https://github.com/vim/vim/commit/7a4ea1df2f85e00286c49db1145e3a38b35557f4 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 4 21:35:12 2019 +0200 patch 8.1.1815: duplicating info for internal functions Problem: Duplicating info for internal functions. Solution: Use one table to list internal functions.
author Bram Moolenaar <Bram@vim.org>
date Sun, 04 Aug 2019 21:45:04 +0200
parents 6e6a84993444
children 9ffec4eb8d33
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -774,6 +774,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1815,
+/**/
     1814,
 /**/
     1813,