commit | 7f9969c559b51446632ac7e8f76cde07e7d0078d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jul 25 18:13:54 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 25 18:13:54 2022 +0100 |
tree | 77868549433487dbadb8833a1b6a63d522adaa72 | |
parent | b529cfbd04c02e31cfa88f2c8d88b5ff532d4f7d [diff] [blame] |
patch 9.0.0067: cannot show virtual text Problem: Cannot show virtual text. Solution: Initial changes for virtual text support, using text properties.
diff --git a/src/version.c b/src/version.c index 3b0f70e..ff2a8ae 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 67, +/**/ 66, /**/ 65,