commit | a956bf6ca34896c3f242bf726b709a725f9053ce | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 19 17:34:24 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 19 17:34:24 2019 +0200 |
tree | 6b986ab92a2b64bef96681ef520c4d8cdad161ac | |
parent | 4dff4aed09d2b0d570ca0d19de9cb08bdf03e695 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index d71b86e..19b6aa7 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1571, +/**/ 1570, /**/ 1569,