comparison src/version.c @ 19025:90da7f8130ca v8.2.0073

patch 8.2.0073: initializing globals with COMMA is clumsy Commit: https://github.com/vim/vim/commit/ea8b7aecab9cc6d9c2d2845ad53203b26de14f85 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jan 1 15:46:47 2020 +0100 patch 8.2.0073: initializing globals with COMMA is clumsy Problem: Initializing globals with COMMA is clumsy. Solution: Use INIT2(), INIT3(), etc.
author Bram Moolenaar <Bram@vim.org>
date Wed, 01 Jan 2020 16:00:04 +0100
parents 9afeb0d2c4ab
children d72b30bf3a80
comparison
equal deleted inserted replaced
19024:0d5df9dfc168 19025:90da7f8130ca
740 NULL 740 NULL
741 }; 741 };
742 742
743 static int included_patches[] = 743 static int included_patches[] =
744 { /* Add new patch number below this line */ 744 { /* Add new patch number below this line */
745 /**/
746 73,
745 /**/ 747 /**/
746 72, 748 72,
747 /**/ 749 /**/
748 71, 750 71,
749 /**/ 751 /**/