1
0
forked from aniani/vim

patch 8.2.2802: Vim9: illegal memory access

Problem:    Vim9: illegal memory access.
Solution:   Check for comment before checking for white space. (closes #8142)
This commit is contained in:
Bram Moolenaar
2021-04-23 19:32:23 +02:00
parent f6d9935a13
commit a6aa16423f
3 changed files with 15 additions and 2 deletions

View File

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