commit | 3a429efb628a3925d13c3fe415e02a7ce117071f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 11 17:10:32 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 11 17:10:32 2017 +0200 |
tree | cc643a6a82ec53650490e59514a8f3e4f29f8951 | |
parent | 875feea6ce223462d55543735143d747dcaf4287 [diff] [blame] |
patch 8.0.0635: when 'ignorecase' is set script detection is inaccurate Problem: When 'ignorecase' is set script detection is inaccurate. Solution: Enforce matching case for text. (closes #1753)
diff --git a/src/version.c b/src/version.c index d5e5078..cac2c87 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 635, +/**/ 634, /**/ 633,