commit | 1f33e0a7c4cd278158b37f91a2aa44f0bcd1f21a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 19 13:32:07 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 19 13:32:07 2020 +0100 |
tree | 5d8bc2c8d3ca4df3f1f938c80ea0c1d535596cd2 | |
parent | 8e7d6223f630690b72b387eaed704bf01f3f29d2 [diff] [blame] |
patch 8.2.2161: arguments -T and -x not tested yet Problem: Arguments -T and -x not tested yet. Solution: Add a test. (Dominique Pellé, closes #7490
diff --git a/src/version.c b/src/version.c index 69ec791..9d2632b 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2161, +/**/ 2160, /**/ 2159,