summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-11-01 17:19:07 +0100
committerBram Moolenaar <Bram@vim.org>2020-11-01 17:19:07 +0100
commit578f4cc7d0ce67101832b25cf77246fcd630e3c0 (patch)
tree97c28ef1e82c37fca2034cfe786129a4d26d609d /src/version.c
parente88c8e802cf5ee59a2a6649a5b46c9e80de823ad (diff)
downloadvim-git-8.2.1935.tar.gz
patch 8.2.1935: sort test fails on Macv8.2.1935
Problem: Sort test fails on Mac. Solution: Disable the sort test with locale on Mac.
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index a0c3857b8..ed74a497f 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 */
/**/
+ 1935,
+/**/
1934,
/**/
1933,