diff options
author | Bram Moolenaar <Bram@vim.org> | 2021-03-14 18:40:19 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2021-03-14 18:40:19 +0100 |
commit | 0289a093a4d65c6280a3be118d1d3696d1aa74da (patch) | |
tree | f3ba35c77e5af05beeb3befbe64c0f13078029c5 /src/version.c | |
parent | 240309c9bfa8a0d2f154712f8e0dd33589f181d3 (diff) | |
download | vim-git-8.2.2605.tar.gz |
patch 8.2.2605: Vim9: string index and slice does not include composing charsv8.2.2605
Problem: Vim9: string index and slice does not include composing chars.
Solution: Include composing characters. (issue #6563)
Diffstat (limited to 'src/version.c')
-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 b4307fbd3..c5797c32b 100644 --- a/src/version.c +++ b/src/version.c @@ -751,6 +751,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2605, +/**/ 2604, /**/ 2603, |