commit | a6aa16423fdd0518ec9f3074b0d32b1d651d41e8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Apr 23 19:32:23 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 23 19:32:23 2021 +0200 |
tree | f73a51f60bdb365a5eb75c74af9c13afda09189c | |
parent | f6d9935a13a7b37272ad71761d3d86b7f40c3d5f [diff] [blame] |
patch 8.2.2802: Vim9: illegal memory access Problem: Vim9: illegal memory access. Solution: Check for comment before checking for white space. (closes #8142)
diff --git a/src/version.c b/src/version.c index a345fc8..0918d5c 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2802, +/**/ 2801, /**/ 2800,