comparison src/version.c @ 6037:771b97ba3b47 v7.4.358

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.
author Bram Moolenaar <bram@vim.org>
date Wed, 09 Jul 2014 17:51:51 +0200
parents 4eedfc4911a1
children 182c7b987283
comparison
equal deleted inserted replaced
6036:cb353421cdc5 6037:771b97ba3b47
732 NULL 732 NULL
733 }; 733 };
734 734
735 static int included_patches[] = 735 static int included_patches[] =
736 { /* Add new patch number below this line */ 736 { /* Add new patch number below this line */
737 /**/
738 358,
737 /**/ 739 /**/
738 357, 740 357,
739 /**/ 741 /**/
740 356, 742 356,
741 /**/ 743 /**/