diff src/version.c @ 18654:5f9faf363b19 v8.1.2319

patch 8.1.2319: compiler warning for int size Commit: https://github.com/vim/vim/commit/07a63d86338476bafbd1a3ec462672df92666498 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Nov 18 21:38:37 2019 +0100 patch 8.1.2319: compiler warning for int size Problem: Compiler warning for int size. Solution: Add typecast. (Mike Williams)
author Bram Moolenaar <Bram@vim.org>
date Mon, 18 Nov 2019 21:45:03 +0100
parents 94b88fa5825d
children 022deb0adec9
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2319,
+/**/
     2318,
 /**/
     2317,