commit | c99cbf8f289bdda5d4a77d7ec415850a520330ba | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 04 14:13:10 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 04 14:13:10 2023 +0000 |
tree | d2e538394cb7a8a7c42a4aac6ccf1a8e3256999b | |
parent | 5c6a3c9bad67c2ce766f55dbecb3461f14833a42 [diff] [blame] |
patch 9.0.1378: illegal memory access when using virtual editing Problem: Illegal memory access when using virtual editing. Solution: Make sure "startspaces" is not negative.
diff --git a/src/version.c b/src/version.c index a9cf30e..c93499c 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1378, +/**/ 1377, /**/ 1376,