commit | a6f9e300161f4cb54713da22f65b261595e8e614 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 28 21:51:37 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 28 21:51:37 2022 +0100 |
tree | f0663fef4a680eeaa7826e6f0cb4143aa51c0c3e | |
parent | 4e677b9c40ccbc5f090971b31dc2fe07bf05541d [diff] [blame] |
patch 9.0.0102: reading past end of line with insert mode completion Problem: Reading past end of line with insert mode completion. Solution: Check text length.
diff --git a/src/version.c b/src/version.c index 1241e98..ce6caa5 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 102, +/**/ 101, /**/ 100,