commit | ffec6dd16a766180429addaa78928c773a3c9832 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Sun Jun 27 22:09:59 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 27 22:09:59 2021 +0200 |
tree | 2db2dbf38e06e49893dba99709db218ce8823c83 | |
parent | 108010aa4720ef023a8ac59004fc0f2bc11125af [diff] [blame] |
patch 8.2.3070: not enough testing for shell use Problem: Not enough testing for shell use. Solution: Add a bit more testing. (Yegappan Lakshmanan, closes #8469)
diff --git a/src/version.c b/src/version.c index b81ad3b..9ec6877 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3070, +/**/ 3069, /**/ 3068,