diff src/version.c @ 5598:ec93f50f1d93 v7.4.146

updated for version 7.4.146 Problem: When starting Vim with "-u NONE" v:oldfiles is NULL. Solution: Set v:oldfiles to an empty list. (Yasuhiro Matsumoto)
author Bram Moolenaar <bram@vim.org>
date Tue, 14 Jan 2014 12:57:05 +0100
parents 1098b7b6e147
children d289f2167d70
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 */
 /**/
+    146,
+/**/
     145,
 /**/
     144,