]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1672: tabline highlight wrong after truncated double width label v9.0.1672
authorzeertzjq <zeertzjq@outlook.com>
Sat, 1 Jul 2023 19:24:40 +0000 (20:24 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 1 Jul 2023 19:24:40 +0000 (20:24 +0100)
commitd392a74c5a8af8271a33a20d37ae1a8ea422cb4b
treec8b7a49ba8eef130f6a3af8e66f3d821f58c63b3
parente7d9ca2b3bf99b0b759be8952e02c77110a354c1
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)
src/buffer.c
src/testdir/test_tabline.vim
src/version.c