comparison src/version.c @ 4157:cb185366f5c8 v7.3.831

updated for version 7.3.831 Problem: Clumsy to handle the situation that a variable does not exist. Solution: Add default value to getbufvar() et al. (Shougo Matsushita, Hirohito Higashi)
author Bram Moolenaar <bram@vim.org>
date Wed, 20 Feb 2013 21:12:10 +0100
parents 454d35a43392
children 670e576a58d1
comparison
equal deleted inserted replaced
4156:ce49dd67405b 4157:cb185366f5c8
726 NULL 726 NULL
727 }; 727 };
728 728
729 static int included_patches[] = 729 static int included_patches[] =
730 { /* Add new patch number below this line */ 730 { /* Add new patch number below this line */
731 /**/
732 831,
731 /**/ 733 /**/
732 830, 734 830,
733 /**/ 735 /**/
734 829, 736 829,
735 /**/ 737 /**/