comparison src/version.c @ 5747:ddc3f32a4b21 v7.4.218

updated for version 7.4.218 Problem: It's not easy to remove duplicates from a list. Solution: Add the uniq() function. (LCD)
author Bram Moolenaar <bram@vim.org>
date Tue, 25 Mar 2014 18:24:23 +0100
parents 2f225a17c26b
children 37af1e6e91bb
comparison
equal deleted inserted replaced
5746:798d83d15327 5747:ddc3f32a4b21
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 218,
737 /**/ 739 /**/
738 217, 740 217,
739 /**/ 741 /**/
740 216, 742 216,
741 /**/ 743 /**/