diff src/version.c @ 22695:fa0aac214da6 v8.2.1896

patch 8.2.1896: valgrind warns for using uninitialized memory Commit: https://github.com/vim/vim/commit/e1be11864d1f4383171e3af3eb77e61d41140c4e Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 24 13:30:51 2020 +0200 patch 8.2.1896: valgrind warns for using uninitialized memory Problem: Valgrind warns for using uninitialized memory. Solution: NUL terminate the SmcOpenConnection() error message. (Dominique Pell?, closes #7194)
author Bram Moolenaar <Bram@vim.org>
date Sat, 24 Oct 2020 13:45:04 +0200
parents 6fe386286ea8
children c996700d569f
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 */
 /**/
+    1896,
+/**/
     1895,
 /**/
     1894,