From 11a5b19a8ce543c258832ac53d771047f4e1061d Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 10 Jul 2020 21:17:51 +0200 Subject: patch 8.2.1174: no test for the "recording @x" message MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Problem: No test for the "recording @x" message. Solution: Add a test. (Dominique Pellé, closes #6427) --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index 2fa47040c..3d8f86c64 100644 --- a/src/version.c +++ b/src/version.c @@ -754,6 +754,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1174, /**/ 1173, /**/ -- cgit v1.2.1