1
0
forked from aniani/vim

patch 9.0.0020: with some completion reading past end of string

Problem:    With some completion reading past end of string.
Solution:   Check the length of the string.
This commit is contained in:
Bram Moolenaar
2022-07-01 19:58:30 +01:00
parent eb273cd7b0
commit f12129f171
3 changed files with 22 additions and 2 deletions

View File

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