commit | 11a5b19a8ce543c258832ac53d771047f4e1061d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 10 21:17:51 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 10 21:17:51 2020 +0200 |
tree | 1df70e0ce09dd53d97b7122bd8f0a09403b77d34 | |
parent | 40043152924827fa8c4064951065ff507c610164 [diff] [blame] |
patch 8.2.1174: no test for the "recording @x" message Problem: No test for the "recording @x" message. Solution: Add a test. (Dominique Pellé, closes #6427)
diff --git a/src/version.c b/src/version.c index 2fa4704..3d8f86c 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1174, +/**/ 1173, /**/ 1172,