commit | f62d73933af7830301989eb8162ce94a80e61fbf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Apr 14 12:40:00 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Apr 14 12:40:00 2021 +0200 |
tree | 61cd05f8b37027a585279eb0dedb43f465cb943d | |
parent | 2e240bd428c0033d16f201d7f837636412358199 [diff] [blame] |
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 #8101)
diff --git a/src/version.c b/src/version.c index 5372cb4..72da5f9 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2762, +/**/ 2761, /**/ 2760,