commit | 55e29611d20bca14fa5efc61385bc8a6b7acd9e2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Nov 01 13:57:44 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 01 13:57:44 2020 +0100 |
tree | ab93029caf0fe68c139d7b7d02c67fe11abf02b7 | |
parent | 963734e316bd17dd7290abcac28b875435d06381 [diff] [blame] |
patch 8.2.1933: cannot sort using locale ordering Problem: Cannot sort using locale ordering. Solution: Add a flag for :sort and sort() to use the locale. (Dominique Pellé, closes #7237)
diff --git a/src/version.c b/src/version.c index 11d4560..ca98d24 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1933, +/**/ 1932, /**/ 1931,