commit | 58e32ab503141e049c0e8c504a379bff8eddffdd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Nov 12 22:44:22 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 12 22:44:22 2019 +0100 |
tree | c5ffb670201e4f8cc86ce6d54caf6c2a999cba45 | |
parent | 4eb7dae255abc271cf313d4c75839577f1424183 [diff] [blame] |
patch 8.1.2296: text properties are not combined with syntax by default Problem: Text properties are not combined with syntax by default. Solution: Make it work as documented. (closes #5190)
diff --git a/src/version.c b/src/version.c index ae85a95..314f164 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2296, +/**/ 2295, /**/ 2294,