diff src/version.c @ 24444:b5fbe8280853 v8.2.2762

patch 8.2.2762: Vim9: function line truncated when compiling Commit: https://github.com/vim/vim/commit/f62d73933af7830301989eb8162ce94a80e61fbf Author: Bram Moolenaar <Bram@vim.org> Date: Wed Apr 14 12:40:00 2021 +0200 patch 8.2.2762: Vim9: function line truncated when compiling Problem: Vim9: function line truncated when compiling. Solution: Copy the line before processing it. (closes https://github.com/vim/vim/issues/8101)
author Bram Moolenaar <Bram@vim.org>
date Wed, 14 Apr 2021 12:45:05 +0200
parents d16a69f718b5
children f388a033e568
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 */
 /**/
+    2762,
+/**/
     2761,
 /**/
     2760,