1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2014-01-14 12:57:05 +01:00
parent 32b9201f37
commit 2cd3696c35
2 changed files with 8 additions and 1 deletions

View File

@@ -738,6 +738,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
146,
/**/
145,
/**/