commit | da22b8cc8b1b96fabd5a4c35c57b04a351340fb1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 02 18:01:50 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 02 18:01:50 2017 +0200 |
tree | 1f3b1aa24674d76a16b03c3d12d447d1c2b9cb25 | |
parent | dada6d2a8e887309e88cb126f1251d81f91b4b9d [diff] [blame] |
patch 8.0.1037: "icase" of 'diffopt' is not used for highlighting Problem: "icase" of 'diffopt' is not used for highlighting differences. Solution: Also use "icase". (Rick Howe)
diff --git a/src/version.c b/src/version.c index 579f0a2..8af4688 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1037, +/**/ 1036, /**/ 1035,