diff src/version.c @ 21124:8b4b43b5b4c6 v8.2.1113

patch 8.2.1113: no test for verbose output of :call Commit: https://github.com/vim/vim/commit/a0d072ef8203b225bd46bcd826cb3d2e3c3b941a Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jul 1 20:19:37 2020 +0200 patch 8.2.1113: no test for verbose output of :call Problem: No test for verbose output of :call. Solution: Add a test.
author Bram Moolenaar <Bram@vim.org>
date Wed, 01 Jul 2020 20:30:05 +0200
parents 839ace6773aa
children a35036006352
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1113,
+/**/
     1112,
 /**/
     1111,