diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-07-29 16:08:21 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-07-29 16:08:21 +0200 |
commit | b61ef01cce2afd70fbfa2805336a26643109dfb7 (patch) | |
tree | 37840aa086c90f9cf2ef458b4cba2b139c3dcc7c /src/version.c | |
parent | 45df2a01a79d562b59949383f79625bb8bd89a69 (diff) | |
download | vim-git-b61ef01cce2afd70fbfa2805336a26643109dfb7.tar.gz |
patch 8.2.1316: test 42 is still old stylev8.2.1316
Problem: Test 42 is still old style.
Solution: Turn it into a new style test. (Yegappan Lakshmanan, closes #6561)
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 127166835..045dfbcb7 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 */ /**/ + 1316, +/**/ 1315, /**/ 1314, |