diff src/version.c @ 15947:4aaf68cbed32 v8.1.0979

patch 8.1.0979: compiler warning for unused functions commit https://github.com/vim/vim/commit/1fa8fdd611b4b69d52baad68e9a7200e09258131 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Feb 25 05:41:15 2019 +0100 patch 8.1.0979: compiler warning for unused functions Problem: Compiler warning for unused functions. (Yasuhiro Matsumoto) Solution: Adjust #ifdef.
author Bram Moolenaar <Bram@vim.org>
date Mon, 25 Feb 2019 05:45:04 +0100
parents f0f8754e3bf5
children d8ab4fa99341
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -780,6 +780,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    979,
+/**/
     978,
 /**/
     977,