diff src/version.c @ 5204:7aca84c0cd37 v7.4a.028

updated for version 7.4a.028 Problem: Crash when spell checking in new buffer. Solution: Set the b_p_key field. (Mike Williams)
author Bram Moolenaar <bram@vim.org>
date Wed, 17 Jul 2013 17:35:13 +0200
parents 8edba3805d78
children 2b58913e19a5
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -728,6 +728,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    28,
+/**/
     27,
 /**/
     26,