commit | d392a74c5a8af8271a33a20d37ae1a8ea422cb4b | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Sat Jul 01 20:24:40 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 01 20:24:40 2023 +0100 |
tree | c8b7a49ba8eef130f6a3af8e66f3d821f58c63b3 | |
parent | e7d9ca2b3bf99b0b759be8952e02c77110a354c1 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index b21e5a6..876e20c 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1672, +/**/ 1671, /**/ 1670,