commit | edd6aacb010ad2402fc98f19e7f6b7c29ba2656f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 28 17:29:19 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 28 17:29:19 2018 +0200 |
tree | d7b1729a2d9dd01dd5cdd9bbad9c0d177f4515ab | |
parent | d84b26a03b13cd816d80ff32b61e8de740d499ce [diff] [blame] |
patch 8.1.0221: not enough testing for the Ruby interface Problem: Not enough testing for the Ruby interface. Solution: Add more tests. (Dominique Pelle, closes #3252)
diff --git a/src/version.c b/src/version.c index d69a8c7..23952a0 100644 --- a/src/version.c +++ b/src/version.c
@@ -799,6 +799,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 221, +/**/ 220, /**/ 219,