commit | d74af4227b4e961bbab6ec9aa36512464434a1ad | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jun 28 21:38:00 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 28 21:38:00 2019 +0200 |
tree | 979ee5dfa85fc0390d5a7fe3538872c404e5d1a3 | |
parent | 711d02c96da996e3423a6518909687e1d45ce45a [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index d44171d..26a9bf5 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1603, +/**/ 1602, /**/ 1601,