commit | e8a3492548468c9d055adeb9f8d352e2c4482b19 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 25 17:31:09 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 25 17:31:09 2014 +0200 |
tree | 1524f2de443058cd35f153b6345e755338d6162b | |
parent | 72e8f0bcc1311aaec8949ddd9c0d0515c03ca3e0 [diff] [blame] |
updated for version 7.4.341 Problem: sort() doesn't handle numbers well. Solution: Add an argument to specify sorting on numbers. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 4b4f826..d6c1eb3 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 341, +/**/ 340, /**/ 339,