0
0
mirror of https://github.com/vim/vim.git synced 2025-10-09 06:14:17 -04:00

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)
This commit is contained in:
Bram Moolenaar
2017-06-11 17:10:32 +02:00
parent 875feea6ce
commit 3a429efb62
2 changed files with 95 additions and 89 deletions

View File

@@ -764,6 +764,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
635,
/**/
634,
/**/