commit | 711483cd1381a4ed848d783ae0a6792d5b04447b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 30 21:33:46 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 30 21:33:46 2022 +0100 |
tree | 24363d38e2e5767c9594c7396c005d4e1ec31c95 | |
parent | 6747cf1671bd41cddee77c65b3f9a70509f968db [diff] [blame] |
patch 9.0.0116: virtual text not displayed if 'signcolumn' is "yes" Problem: Virtual text not displayed if 'signcolumn' is "yes". Solution: Set c_extra and c_final to NUL.
diff --git a/src/version.c b/src/version.c index 796b88f..fcfb69b 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 116, +/**/ 115, /**/ 114,