commit | 4ed6b2e2d7fd5959fb9b9f608935d47305c4bbe4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 07 22:28:53 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 07 22:28:53 2016 +0200 |
tree | 21334cc9cedc2edf639118954427cbb668f6974c | |
parent | 9ccaae04c6f263e6db14fc403bca2404a7871114 [diff] [blame] |
patch 7.4.1821 Problem: Test fails on MS-Windows. Solution: Sort the completion results.
diff --git a/src/version.c b/src/version.c index 4dafb84..56e9a3e 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1821, +/**/ 1820, /**/ 1819,