commit | 42eba04522d6be04393f59a9eab47833e7594650 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Nov 30 20:22:49 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 30 20:22:49 2021 +0000 |
tree | 7f856ea77f39ef8a296644e11e92f917532c1485 | |
parent | eba3b7f6645c8f856132b4c06a009a3b0a44e21c [diff] [blame] |
patch 8.2.3706: text property highlighting is used on Tab Problem: Text property highlighting is used on Tab. Solution: Only set in_linebreak when not on a Tab. (closes #9242)
diff --git a/src/version.c b/src/version.c index 570cd21..601055a 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3706, +/**/ 3705, /**/ 3704,