1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2022-07-30 21:33:46 +01:00
parent 6747cf1671
commit 711483cd13
5 changed files with 14 additions and 1 deletions

View File

@@ -735,6 +735,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
116,
/**/
115,
/**/