commit | b00da1d6d1655cb6e415f84ecc3be5ff3b790811 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 03 16:33:12 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 03 16:33:12 2015 +0100 |
tree | b7ee0b6575e0f80ad0a2bc15739063d32329d565 | |
parent | 4649ded2877508fe343cbcf6f7e7fd277be0aab3 [diff] [blame] |
patch 7.4.951 Problem: Sorting number strings does not work as expected. (Luc Hermitte) Solution: Add the 'N" argument to sort()
diff --git a/src/version.c b/src/version.c index 31273fe..4b2a1cb 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 951, +/**/ 950, /**/ 949,