commit | 2cd3696c35877e2b3e8826336fb37833a3dfa4b6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 14 12:57:05 2014 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 14 12:57:05 2014 +0100 |
tree | a65270801c0230d631c73d868093e81bccee0c7c | |
parent | 32b9201f3726b26d1b5a558f95919cf0575a4b78 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index ed8a10a..7be350c 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 146, +/**/ 145, /**/ 144,