commit | fefa6c347e2c7f01ed2b095084f4aa694ff72149 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 03 16:18:04 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 03 16:18:04 2021 +0100 |
tree | b2d010495d9098558cece957b63dc2d823d89b01 | |
parent | b0d8182fa39f2c9403f5f9a0663589fcab43a6c8 [diff] [blame] |
patch 8.2.2286: sort test fails when locale is Canadian English Problem: Sort test fails when locale is Canadian English. (Neil H Watson) Solution: Expect a different sort order. (closes #7609)
diff --git a/src/version.c b/src/version.c index ea53d3a..aa01a39 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2286, +/**/ 2285, /**/ 2284,