1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2023-01-21 13:09:19 +00:00
parent 47bba53bdb
commit 11977f9175
2 changed files with 11 additions and 1 deletions

View File

@@ -695,6 +695,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1225,
/**/
1224,
/**/