diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-07-10 21:17:51 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-07-10 21:17:51 +0200 |
commit | 11a5b19a8ce543c258832ac53d771047f4e1061d (patch) | |
tree | 1df70e0ce09dd53d97b7122bd8f0a09403b77d34 /src/version.c | |
parent | 40043152924827fa8c4064951065ff507c610164 (diff) | |
download | vim-git-8.2.1174.tar.gz |
patch 8.2.1174: no test for the "recording @x" messagev8.2.1174
Problem: No test for the "recording @x" message.
Solution: Add a test. (Dominique Pellé, closes #6427)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 2fa47040c..3d8f86c64 100644 --- 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 */ /**/ + 1174, +/**/ 1173, /**/ 1172, |