commit | 8eba2bd291b347e3008aa9e565652d51ad638cfa | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 22 19:59:28 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 22 19:59:28 2022 +0100 |
tree | cdeff085846cfe98a3cf55d9156d66b75f18d5d4 | |
parent | f7c7c3fad6d2135d558f3b36d0d1a943118aeb5e [diff] [blame] |
patch 8.2.5151: reading beyond the end of the line with lisp indenting Problem: Reading beyond the end of the line with lisp indenting. Solution: Avoid going over the NUL at the end of the line.
diff --git a/src/version.c b/src/version.c index b947061..bb3f166 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5151, +/**/ 5150, /**/ 5149,