commit | d1f90bbcab0ad934d3f48a717a916807b57269ab | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 25 22:42:07 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 25 22:42:07 2019 +0200 |
tree | 48eb027e3709ee0b00b5f0652bf0c5081c6a9613 | |
parent | a68e59590905da9b4448ff1fcac929ad1a18da9e [diff] [blame] |
patch 8.1.1206: user command parsing and listing not properly tested Problem: User command parsing and listing not properly tested. Solution: Add more tests. (Dominique Pelle, closes #4296)
diff --git a/src/version.c b/src/version.c index 743900d..454ea56 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1206, +/**/ 1205, /**/ 1204,