diff src/version.c @ 5349:73cc7272de5e v7.4.027

updated for version 7.4.027 Problem: Another valgrind error when using CTRL-X CTRL-F at the start of the line. (Dominique Pelle) Solution: Don't call mb_ptr_back() at the start of the line. Add a test.
author Bram Moolenaar <bram@vim.org>
date Sun, 08 Sep 2013 20:00:48 +0200
parents 6bbb2ae990c9
children 923738744a60
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    27,
+/**/
     26,
 /**/
     25,