diff src/version.c @ 31786:4eb7db656c4a v9.0.1225

patch 9.0.1225: reading past the end of a line when formatting text Commit: https://github.com/vim/vim/commit/11977f917506d950b7e0cae558bd9189260b253b Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 21 13:09:19 2023 +0000 patch 9.0.1225: reading past the end of a line when formatting text Problem: Reading past the end of a line when formatting text. Solution: Check for not going over the end of the line.
author Bram Moolenaar <Bram@vim.org>
date Sat, 21 Jan 2023 17:00:39 +0100
parents 6377d791dcd1
children 7d0025a2940a
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1225,
+/**/
     1224,
 /**/
     1223,