diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -743,6 +743,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    73,
+/**/
     72,
 /**/
     71,