commit | 51e9fbf1c7ab4ec61ac959d72d5d5cb0a0b356bb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 11 14:24:11 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 11 14:24:11 2018 +0200 |
tree | 074ca64b1811dbccb885d6e8a9ba1e2d1bdc33b2 | |
parent | d569bb029983cff947dce704e6f830276204c13f [diff] [blame] |
patch 8.1.0269: Ruby Kernel.#p method always returns nil Problem: Ruby Kernel.#p method always returns nil. Solution: Copy p method implementation from Ruby code. (Masataka Pocke Kuwabara, closes #3315)
diff --git a/src/version.c b/src/version.c index d71ee0e..da43f60 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 269, +/**/ 268, /**/ 267,