commit | a25e3d06956f1bc11c68fe60149acce2d8547092 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 20 22:19:05 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 20 22:19:05 2019 +0100 |
tree | ea60ee4e461dec0d9ba55ac4c2018c1fef74a66d | |
parent | 38f08e76acf7d21bb34cf8f79f0f82eb63cdc987 [diff] [blame] |
patch 8.1.0959: sorting large numbers is not tested Problem: Sorting large numbers is not tested and does not work properly. Solution: Add test. Fix comparing lines with and without a number. (Dominique Pelle, closes #4017)
diff --git a/src/version.c b/src/version.c index b2d76b7..0d9acf4 100644 --- a/src/version.c +++ b/src/version.c
@@ -780,6 +780,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 959, +/**/ 958, /**/ 957,