0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

patch 9.0.2174: Vim9: segfault when assigning to type

Problem:  Vim9: segfault when assigning to type
Solution: do not clear typeval, add missing patch number

closes: #13714
closes: #13715

Signed-off-by: Ernie Rael <errael@raelity.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Ernie Rael
2023-12-18 08:34:41 +01:00
committed by Christian Brabandt
parent ec497574fc
commit b501108986
3 changed files with 12 additions and 1 deletions

View File

@@ -704,10 +704,14 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2174,
/**/
2173,
/**/
2172,
/**/
2171,
/**/
2170,
/**/