comparison src/version.c @ 7289:32efe489afc5 v7.4.950

commit https://github.com/vim/vim/commit/4649ded2877508fe343cbcf6f7e7fd277be0aab3 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Dec 3 14:55:55 2015 +0100 patch 7.4.950 Problem: v:errors is not initialized. Solution: Initialze it to an empty list. (Thinca)
author Christian Brabandt <cb@256bit.org>
date Thu, 03 Dec 2015 15:00:05 +0100
parents 6fcadba9ec7a
children 6ffc75d807bd
comparison
equal deleted inserted replaced
7288:393313da3057 7289:32efe489afc5
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 950,
744 /**/ 746 /**/
745 949, 747 949,
746 /**/ 748 /**/
747 948, 749 948,
748 /**/ 750 /**/