commit | 3331dd03515655ec6b9c1bd374db6e8c27acb27a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 10 16:49:02 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 10 16:49:02 2022 +0100 |
tree | b354682872e786f85e0231b91b5eb0bbed91b913 | |
parent | 952c9b02f8a7c2386b66ed643eef0acd35e842ae [diff] [blame] |
patch 9.0.0186: virtual text without highlighting does not show Problem: Virtual text without highlighting does not show. (Ben Jackson) Solution: Use a text property when it has highlighting or when it has text. (closes #10878)
diff --git a/src/version.c b/src/version.c index eb9566c..6e278e5 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 186, +/**/ 185, /**/ 184,