commit | f7edf40448a09e04eec3bd05e043f7fea93b07c9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 19 23:36:15 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 19 23:36:15 2016 +0100 |
tree | 044c6550e8bb32b9291c1bc4ba717e46670a1453 | |
parent | b8060fe862f684b591f9ac679eac5b2594d6c5a0 [diff] [blame] |
patch 7.4.1143 Problem: Can't sort on floating point numbers. Solution: Add the "f" flag to ":sort". (Alex Jakushev) Also add the "f" flag to sort().
diff --git a/src/version.c b/src/version.c index 20305c8..bd2c8f6 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1143, +/**/ 1142, /**/ 1141,