commit | c249913edc35c0e666d783bfc21595cf9f7d9e0d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 16 22:16:59 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 16 22:16:59 2022 +0100 |
tree | 802284966180f8dfcebe6e1a227d68a3ea41a943 | |
parent | e24b4aba1fbf782954897abdbfc084c4221428eb [diff] [blame] |
patch 9.0.0483: illegal memory access when replacing in virtualedit mode Problem: Illegal memory access when replacing in virtualedit mode. Solution: Check for replacing NUL after Tab.
diff --git a/src/version.c b/src/version.c index 19f9e00..8b6367a 100644 --- a/src/version.c +++ b/src/version.c
@@ -704,6 +704,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 483, +/**/ 482, /**/ 481,