diff src/version.c @ 19083:82410cbaa042 v8.2.0102

patch 8.2.0102: messages test fails in small version Commit: https://github.com/vim/vim/commit/da292b07afb7ea5ec9f4b43a7326551922e29f3a Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jan 8 19:27:40 2020 +0100 patch 8.2.0102: messages test fails in small version Problem: Messages test fails in small version. Solution: Only use test_null_job() when available.
author Bram Moolenaar <Bram@vim.org>
date Wed, 08 Jan 2020 19:30:04 +0100
parents 3b1f83fdaabc
children fd1070ff696b
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 */
 /**/
+    102,
+/**/
     101,
 /**/
     100,