diff src/version.c @ 14073:a9b141cf99ff v8.1.0054

patch 8.1.0054: compiler warning for using %ld for "long long" commit https://github.com/vim/vim/commit/5ecdf96422af3171cf948865bf057c2a61f042bc Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jun 13 20:49:50 2018 +0200 patch 8.1.0054: compiler warning for using %ld for "long long" Problem: Compiler warning for using %ld for "long long". Solution: Add a type cast. (closes https://github.com/vim/vim/issues/3002)
author Christian Brabandt <cb@256bit.org>
date Wed, 13 Jun 2018 21:00:06 +0200
parents c1fcfafa8d1a
children 320956bddcef
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 */
 /**/
+    54,
+/**/
     53,
 /**/
     52,