diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-06-11 17:10:32 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-06-11 17:10:32 +0200 |
commit | 3a429efb628a3925d13c3fe415e02a7ce117071f (patch) | |
tree | cc643a6a82ec53650490e59514a8f3e4f29f8951 /src | |
parent | 875feea6ce223462d55543735143d747dcaf4287 (diff) | |
download | vim-3a429efb628a3925d13c3fe415e02a7ce117071f.zip |
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)
Diffstat (limited to 'src')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index d5e507898..cac2c876d 100644 --- a/src/version.c +++ b/src/version.c @@ -765,6 +765,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 635, +/**/ 634, /**/ 633, |