commit | 9f45ccd1bf2d2de979d252fdd7e5c9eb3fa6cceb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 02 20:40:35 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 02 20:40:35 2017 +0200 |
tree | 1f28818285180bb3b08d77aee3f36b2b4480e9c0 | |
parent | e2e69e48134cbfdedea7802810932f8592705024 [diff] [blame] |
patch 8.0.1042: without the syntax feature highlighting doesn't work Problem: Without the syntax feature highlighting doesn't work. Solution: Always use unsigned short to store attributes.
diff --git a/src/version.c b/src/version.c index e594667..77620ad 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1042, +/**/ 1041, /**/ 1040,