1
0
forked from aniani/vim

patch 9.0.0705: virtual text truncation does not take padding into account

Problem:    Virtual text truncation does not take padding into account.
Solution:   Subtract the padding from the available space. (closes #11318)
This commit is contained in:
Bram Moolenaar
2022-10-09 15:26:03 +01:00
parent b7af5a0445
commit 13845c48d8
4 changed files with 43 additions and 2 deletions

View File

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