0
0
mirror of https://github.com/vim/vim.git synced 2025-09-28 04:24:06 -04:00

patch 9.0.1672: tabline highlight wrong after truncated double width label

Problem:    Tabline highlight wrong after truncated double width label.
Solution:   Fill up half a double width character later. (closes #12614)
This commit is contained in:
zeertzjq
2023-07-01 20:24:40 +01:00
committed by Bram Moolenaar
parent e7d9ca2b3b
commit d392a74c5a
3 changed files with 36 additions and 10 deletions

View File

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