diff src/version.c @ 5614:71837ace77df v7.4.154

updated for version 7.4.154 Problem: Still a problem with auto-loading. Solution: Pass no_autoload to deref_func_name(). (Yukihiro Nakadaira)
author Bram Moolenaar <bram@vim.org>
date Tue, 14 Jan 2014 19:44:34 +0100
parents 30e300c0b2c1
children fa53233519c6
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 */
 /**/
+    154,
+/**/
     153,
 /**/
     152,