commit | 11977f917506d950b7e0cae558bd9189260b253b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 21 13:09:19 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 21 13:09:19 2023 +0000 |
tree | a2130b27f9c08040b4774d6e2265695b8501a5c8 | |
parent | 47bba53bdb6d59057887149e2eeb2071803e547e [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 29c788d..6a11b7f 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1225, +/**/ 1224, /**/ 1223,