comparison src/version.c @ 6001:adc4a84f72eb v7.4.341

updated for version 7.4.341 Problem: sort() doesn't handle numbers well. Solution: Add an argument to specify sorting on numbers. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Wed, 25 Jun 2014 17:31:09 +0200
parents 03f95f5e311b
children 8dcc6f142460
comparison
equal deleted inserted replaced
6000:0cae257f69ff 6001:adc4a84f72eb
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 341,
737 /**/ 739 /**/
738 340, 740 340,
739 /**/ 741 /**/
740 339, 742 339,
741 /**/ 743 /**/