diff src/version.c @ 19515:020056c2fd39 v8.2.0315

patch 8.2.0315: build failure on HP-UX system Commit: https://github.com/vim/vim/commit/c593bec4120f122e8a9129ec461968f1bd214435 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Feb 25 21:26:49 2020 +0100 patch 8.2.0315: build failure on HP-UX system Problem: Build failure on HP-UX system. Solution: Use LONG_LONG_MIN instead of LLONG_MIN. Add type casts for switch statement. (John Marriott)
author Bram Moolenaar <Bram@vim.org>
date Tue, 25 Feb 2020 21:30:04 +0100
parents 274052873790
children 738a4fe2c8c5
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    315,
+/**/
     314,
 /**/
     313,