comparison 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
comparison
equal deleted inserted replaced
5597:ace2fb223261 5598:ec93f50f1d93
736 NULL 736 NULL
737 }; 737 };
738 738
739 static int included_patches[] = 739 static int included_patches[] =
740 { /* Add new patch number below this line */ 740 { /* Add new patch number below this line */
741 /**/
742 146,
741 /**/ 743 /**/
742 145, 744 145,
743 /**/ 745 /**/
744 144, 746 144,
745 /**/ 747 /**/