diff src/version.c @ 14937:d36dd08d36c1 v8.1.0480

patch 8.1.0480: MinGW build file uses different -I flags than MVC commit https://github.com/vim/vim/commit/b361db077ffb9669147d3ff1cc0191154f7289e4 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Oct 16 21:13:14 2018 +0200 patch 8.1.0480: MinGW build file uses different -I flags than MVC Problem: MinGW build file uses different -I flags than MVC. Solution: Add -I to $CFLAGS. (Ken takata)
author Bram Moolenaar <Bram@vim.org>
date Tue, 16 Oct 2018 21:15:05 +0200
parents dc54785f9a1d
children c085c4cd9bba
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -793,6 +793,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    480,
+/**/
     479,
 /**/
     478,