commit | 9d40128afd7fcd038ff6532722b55b1a8c189ce8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 06 13:18:12 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 06 13:18:12 2019 +0200 |
tree | 158eb1ffa1c9e3b6a152284c96668d666677d3f3 | |
parent | 4a5711b5ea54525a262a57ec0d418f76504bad46 [diff] [blame] |
patch 8.1.1122: char2nr() does not handle composing characters Problem: char2nr() does not handle composing characters. Solution: Add str2list() and list2str(). (Ozaki Kiichi, closes #4190)
diff --git a/src/version.c b/src/version.c index 1563e63..46b3b5d 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1122, +/**/ 1121, /**/ 1120,