1
0
forked from aniani/vim

patch 8.2.4968: reading past end of the line when C-indenting

Problem:    Reading past end of the line when C-indenting.
Solution:   Check for NUL.
This commit is contained in:
Bram Moolenaar
2022-05-16 18:06:15 +01:00
parent 3c25a8617a
commit 60ae0e7149
3 changed files with 10 additions and 1 deletions

View File

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