diff src/version.c @ 12533:be0a855f9fc3 v8.0.1145

patch 8.0.1145: warning when compiling with Perl commit https://github.com/vim/vim/commit/0c6a32963d1c0b5401ffd7f25e6fc7bf86895744 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Sep 25 22:02:32 2017 +0200 patch 8.0.1145: warning when compiling with Perl Problem: Warning when compiling with Perl. Solution: Remove unused variable. (Ken Takata0
author Christian Brabandt <cb@256bit.org>
date Mon, 25 Sep 2017 22:15:04 +0200
parents c7164578e508
children 523162252b06
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -762,6 +762,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1145,
+/**/
     1144,
 /**/
     1143,