commit | 0289a093a4d65c6280a3be118d1d3696d1aa74da | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 14 18:40:19 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 14 18:40:19 2021 +0100 |
tree | f3ba35c77e5af05beeb3befbe64c0f13078029c5 | |
parent | 240309c9bfa8a0d2f154712f8e0dd33589f181d3 [diff] [blame] |
patch 8.2.2605: Vim9: string index and slice does not include composing chars Problem: Vim9: string index and slice does not include composing chars. Solution: Include composing characters. (issue #6563)
diff --git a/src/version.c b/src/version.c index b4307fb..c5797c3 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2605, +/**/ 2604, /**/ 2603,