commit | c6fdb15d423df22e1776844811d082322475e48a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 02 13:43:21 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 02 13:43:21 2022 +0100 |
tree | def7bf00a0c576aae589520523797dbc06c3675d | |
parent | af043e12d9e5869c597de40b9a2517ae97ac72e7 [diff] [blame] |
patch 9.0.0025: accessing beyond allocated memory with the cmdline window Problem: Accessing beyond allocated memory when using the cmdline window in Ex mode. Solution: Use "*" instead of "'<,'>" for Visual mode.
diff --git a/src/version.c b/src/version.c index e8d506c..8c9325d 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 25, +/**/ 24, /**/ 23,