]> granicus.if.org Git - vim/commit
patch 8.1.1571: textprop highlight starts too early if just after a tab v8.1.1571
authorBram Moolenaar <Bram@vim.org>
Wed, 19 Jun 2019 15:34:24 +0000 (17:34 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 19 Jun 2019 15:34:24 +0000 (17:34 +0200)
commita956bf6ca34896c3f242bf726b709a725f9053ce
tree6b986ab92a2b64bef96681ef520c4d8cdad161ac
parent4dff4aed09d2b0d570ca0d19de9cb08bdf03e695
patch 8.1.1571: textprop highlight starts too early if just after a tab

Problem:    textprop highlight starts too early if just after a tab.
Solution:   Check if still drawing a previous character. (closes #4558)
src/screen.c
src/testdir/dumps/Test_textprop_tab.dump [new file with mode: 0644]
src/testdir/test_textprop.vim
src/version.c