commit | 48f88ac85be8446a42a03cec45264eac21f9eba8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 26 00:25:20 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 26 00:25:20 2018 +0100 |
tree | af264dc3a069ecb74ab40fd9457c75a4d0b9c261 | |
parent | 4604fbbbff9e1f924e76a6b4695626b519bd4030 [diff] [blame] |
patch 8.1.0638: text property highlighting is off by one column Problem: Text property highlighting is off by one column. (Bjorn Linse) Solution: Update text property highlighting earlier. Let it overrule syntax highlighting.
diff --git a/src/version.c b/src/version.c index c51a46d..5cffe09 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 638, +/**/ 637, /**/ 636,