1
0
forked from aniani/vim

patch 8.2.5169: nested :source may use NULL pointer

Problem:    Nested :source may use NULL pointer.
Solution:   Do not use the NULL pointer.
This commit is contained in:
Bram Moolenaar
2022-06-27 20:15:10 +01:00
parent fee511c1d3
commit 79481367a4
3 changed files with 46 additions and 19 deletions

View File

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