comparison src/version.c @ 9062:0aa90b84118c v7.4.1816

commit https://github.com/vim/vim/commit/d8585eded6359f1d7e1981e96ae775efd077c638 Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 1 23:05:53 2016 +0200 patch 7.4.1816 Problem: Looping over a null list throws an error. Solution: Skip over the for loop.
author Christian Brabandt <cb@256bit.org>
date Sun, 01 May 2016 23:15:05 +0200
parents 616793d0412b
children a86103d4b356
comparison
equal deleted inserted replaced
9061:37378cd98b84 9062:0aa90b84118c
751 NULL 751 NULL
752 }; 752 };
753 753
754 static int included_patches[] = 754 static int included_patches[] =
755 { /* Add new patch number below this line */ 755 { /* Add new patch number below this line */
756 /**/
757 1816,
756 /**/ 758 /**/
757 1815, 759 1815,
758 /**/ 760 /**/
759 1814, 761 1814,
760 /**/ 762 /**/