commit | 4a4981b7cd57b0b2289ed4f9d621ef4d90d767f0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Oct 16 22:36:11 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 16 22:36:11 2019 +0200 |
tree | 91650f43648f82186b4af26ffa812ddceb0e9d70 | |
parent | 2e693a88b24dc6b12883fad78ff2cb9cd4469c98 [diff] [blame] |
patch 8.1.2166: rubyeval() not tested as a method Problem: Rubyeval() not tested as a method. Solution: Change a test case.
diff --git a/src/version.c b/src/version.c index e7ba706..c7d0ace 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2166, +/**/ 2165, /**/ 2164,