diff options
author | Bram Moolenaar <Bram@vim.org> | 2022-07-30 21:33:46 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-07-30 21:33:46 +0100 |
commit | 711483cd1381a4ed848d783ae0a6792d5b04447b (patch) | |
tree | 24363d38e2e5767c9594c7396c005d4e1ec31c95 /src/version.c | |
parent | 6747cf1671bd41cddee77c65b3f9a70509f968db (diff) | |
download | vim-git-9.0.0116.tar.gz |
patch 9.0.0116: virtual text not displayed if 'signcolumn' is "yes"v9.0.0116
Problem: Virtual text not displayed if 'signcolumn' is "yes".
Solution: Set c_extra and c_final to NUL.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 796b88f0f..fcfb69bba 100644 --- a/src/version.c +++ b/src/version.c @@ -736,6 +736,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 116, +/**/ 115, /**/ 114, |