summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorYegappan Lakshmanan <yegappan@yahoo.com>2021-06-27 12:07:49 +0200
committerBram Moolenaar <Bram@vim.org>2021-06-27 12:07:49 +0200
commit054794c20f6322bbd9482c4124041dc0a140c78e (patch)
tree10d9ef42b7d696f854319bc608ec5fddb79aa23f /src/version.c
parent98f9a5f4cbe6061e09bccf6074afe0a88a504219 (diff)
patch 8.2.3061: testing the shell option is incomplete and spread outv8.2.3061
Problem: Testing the shell option is incomplete and spread out. Solution: Move shell tests to one file and increase coverage. (Yegappan Lakshmanan, closes #8464)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 069d8abaae..f4f5df33b9 100644
--- a/src/version.c
+++ b/src/version.c
@@ -756,6 +756,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 3061,
+/**/
3060,
/**/
3059,