commit | 2f83cc4cfa56750c91eb6daa8fde319bca032d18 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 05 11:45:17 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 05 11:45:17 2022 +0100 |
tree | ff9fe020346871dd62e92db9df62d9355d64c2f0 | |
parent | 206fce307b265f7f6c6290b623a80c1d846dd131 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index b6c3699..c0b2aa0 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 142, +/**/ 141, /**/ 140,