1
0
forked from aniani/vim

patch 9.0.0142: crash when adding and removing virtual text

Problem:    Crash when adding and removing virtual text. (Ben Jackson)
Solution:   Check that the text of the text property still exists.
This commit is contained in:
Bram Moolenaar
2022-08-05 11:45:17 +01:00
parent 206fce307b
commit 2f83cc4cfa
2 changed files with 33 additions and 25 deletions

View File

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