commit | 8459006af5e78bd0bd6dcfc6d54ddac35a91ee1c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Oct 18 23:12:20 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Oct 18 23:12:20 2019 +0200 |
tree | ad84321d723ff6f4648987ae5da7d00946b10ed0 | |
parent | c3bf7b56f2703e2d6f36dfb05fd32b5b43ce3c3f [diff] [blame] |
patch 8.1.2176: syntax attributes not combined with Visual highlighting Problem: Syntax attributes not combined with Visual highlighting. (Arseny Nasokin) Solution: Combine the attributes. (closes #5083)
diff --git a/src/version.c b/src/version.c index e371d68..3a7347c 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2176, +/**/ 2175, /**/ 2174,