1
0
forked from aniani/vim

patch 9.0.1317: crash when using an unset object variable

Problem:    Crash when using an unset object variable.
Solution:   Give an error instead. (closes #12005)
This commit is contained in:
Bram Moolenaar
2023-02-17 21:08:50 +00:00
parent eea0a00811
commit 552bdca781
4 changed files with 34 additions and 7 deletions

View File

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