commit | 59de417b904bbd204e313f015839317b577bd124 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 09 19:34:54 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 09 19:34:54 2020 +0200 |
tree | 4ebd73ce6e4ccd65b8a595f388c4535d81387319 | |
parent | dcf59c37d0e1517439c4c0c4a6a5ca09c90157ad [diff] [blame] |
patch 8.2.0938: NFA regexp uses tolower ()to compare ignore-case Problem: NFA regexp uses tolower() to compare ignore-case. (Thayne McCombs) Solution: Use utf_fold() when possible. (ref. neovim #12456)
diff --git a/src/version.c b/src/version.c index 922ab46..9f1cd00 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 938, +/**/ 937, /**/ 936,