commit | fc6ccebea668c49e9e617e0657421b6a8ed9df1e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 20 12:22:35 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 20 12:22:35 2022 +0000 |
tree | 56b0f6556043995e0ea67fcc1f475a44adfd2371 | |
parent | 57df9e8a9f9ae1aafdde9b86b10ad907627a87dc [diff] [blame] |
patch 8.2.4152: block insert with double wide character fails Problem: Block insert with double wide character fails. Solution: Adjust the expected output.
diff --git a/src/version.c b/src/version.c index 227eaa9..ef0b3b3 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4152, +/**/ 4151, /**/ 4150,