diff src/version.c @ 5871:b4ce0e1fb5a6 v7.4.278

updated for version 7.4.278 Problem: list_remove() conflicts with function defined in Sun header file. Solution: Rename the function. (Richard Palo)
author Bram Moolenaar <bram@vim.org>
date Wed, 07 May 2014 17:31:37 +0200
parents 373204662d82
children 8e9db1f27a00
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -735,6 +735,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    278,
+/**/
     277,
 /**/
     276,