diff src/version.c @ 23064:89c324e327c0 v8.2.2078

patch 8.2.2078: illegal memory access when using :print on invalid text Commit: https://github.com/vim/vim/commit/1cbfc9914db1cb06aaa092fa42eb7a2fc3dc7ad7 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Dec 2 12:37:37 2020 +0100 patch 8.2.2078: illegal memory access when using :print on invalid text Problem: Illegal memory access when using :print on invalid text. (Dhiraj Mishra) Solution: Check for more composing characters than supported. (closes #7399)
author Bram Moolenaar <Bram@vim.org>
date Wed, 02 Dec 2020 12:45:03 +0100
parents fa87b0d1277b
children b3124656f050
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 */
 /**/
+    2078,
+/**/
     2077,
 /**/
     2076,