0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 8.1.1603: crash when using unknown highlighting in text property

Problem:    Crash when using unknown highlighting in text property.
Solution:   Check for zero highlight ID.
This commit is contained in:
Bram Moolenaar
2019-06-28 21:38:00 +02:00
parent 711d02c96d
commit d74af4227b
3 changed files with 15 additions and 2 deletions

View File

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