commit | 947b39e761b8a95cc1bd37ad0c2c30552238809a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 22 19:36:37 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 22 19:36:37 2018 +0200 |
tree | d03ff9d4fc6682ceea715ad41a4797a32b2fb860 | |
parent | 578333b2ecdfef3109cb07a82c3aa08ad3dc5664 [diff] [blame] |
patch 8.1.0204: inputlist() is not tested Problem: inputlist() is not tested. Solution: Add a test. (Dominique Pelle, closes #3240)
diff --git a/src/version.c b/src/version.c index 66fabd9..735ac0e 100644 --- a/src/version.c +++ b/src/version.c
@@ -794,6 +794,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 204, +/**/ 203, /**/ 202,