patch 9.0.1225: reading past the end of a line when formatting text v9.0.1225
authorBram Moolenaar <Bram@vim.org>
Sat, 21 Jan 2023 13:09:19 +0000 (13:09 +0000)
committerBram Moolenaar <Bram@vim.org>
Sat, 21 Jan 2023 13:09:19 +0000 (13:09 +0000)
commit11977f917506d950b7e0cae558bd9189260b253b
treea2130b27f9c08040b4774d6e2265695b8501a5c8
parent47bba53bdb6d59057887149e2eeb2071803e547e
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.
src/textformat.c
src/version.c