commit | 054794c20f6322bbd9482c4124041dc0a140c78e | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Sun Jun 27 12:07:49 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 27 12:07:49 2021 +0200 |
tree | 10d9ef42b7d696f854319bc608ec5fddb79aa23f | |
parent | 98f9a5f4cbe6061e09bccf6074afe0a88a504219 [diff] [blame] |
patch 8.2.3061: testing the shell option is incomplete and spread out Problem: Testing the shell option is incomplete and spread out. Solution: Move shell tests to one file and increase coverage. (Yegappan Lakshmanan, closes #8464)
diff --git a/src/version.c b/src/version.c index 069d8ab..f4f5df3 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3061, +/**/ 3060, /**/ 3059,