diff src/version.c @ 19560:df0a6cba5c3d v8.2.0337

patch 8.2.0337: build fails on a few systems Commit: https://github.com/vim/vim/commit/b54b8e0c86b0590394803157818c72412a6f0b6a Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 1 01:05:53 2020 +0100 patch 8.2.0337: build fails on a few systems Problem: Build fails on a few systems. Solution: Use vim_snprintf() instead of snprintf().
author Bram Moolenaar <Bram@vim.org>
date Sun, 01 Mar 2020 01:15:54 +0100
parents 8eeec8886c02
children 6b7719b8f9b9
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 */
 /**/
+    337,
+/**/
     336,
 /**/
     335,