commit | 3439028c8909aaa71ffe612a7191babdfe07c04c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Oct 16 14:38:26 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 16 14:38:26 2019 +0200 |
tree | d81fd19be2e758a554ed1cccdfd1353bbd6d3bd8 | |
parent | 27fc8cab227e30f649f52e74efd58ad56d21e9bb [diff] [blame] |
patch 8.1.2153: combining text property and syntax highlight is wrong Problem: Combining text property and syntax highlight is wrong. (Nick Jensen) Solution: Compute the syntax highlight attribute much earlier. (closes #5057)
diff --git a/src/version.c b/src/version.c index e21f5c4..3392914 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2153, +/**/ 2152, /**/ 2151,