| commit | 6bf5548df2d58215c99d582269b4ec9e7fb0c934 | [log] [tgz] |
|---|---|---|
| author | Bram Moolenaar <Bram@vim.org> | Wed Jul 09 17:51:51 2014 +0200 |
| committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 09 17:51:51 2014 +0200 |
| tree | 3d2561afe222e42524f536e65cb46348d1cae9f3 | |
| parent | 0bed10a813a0b0d748f69dd52306b1b7d26b71fb [diff] [blame] |
updated for version 7.4.358
Problem: Sort is not always stable.
Solution: Add an index instead of relying on the pointer to remain the same.
Idea by Jun Takimoto.
diff --git a/src/version.c b/src/version.c index 87884dc..d9cf7a3 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 358, +/**/ 357, /**/ 356,