1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2018-08-11 14:24:11 +02:00
parent d569bb0299
commit 51e9fbf1c7
3 changed files with 33 additions and 1 deletions

View File

@@ -794,6 +794,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
269,
/**/
268,
/**/