diff src/version.c @ 22959:4cce4a5d3fd3 v8.2.2026

patch 8.2.2026: Coverity warns for possibly using not NUL terminated string Commit: https://github.com/vim/vim/commit/e79cdb69a4905ccf766494265d4c6f8701d10c39 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 21 13:51:16 2020 +0100 patch 8.2.2026: Coverity warns for possibly using not NUL terminated string Problem: Coverity warns for possibly using not NUL terminated string. Solution: Put a NUL in b0_hname just in case.
author Bram Moolenaar <Bram@vim.org>
date Sat, 21 Nov 2020 14:00:03 +0100
parents 9c8af140b2da
children 6426acc72539
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2026,
+/**/
     2025,
 /**/
     2024,