commit | 87ea64ca965ca00b3e72776c39355964293f2ace | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 04 15:13:34 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 04 15:13:34 2018 +0200 |
tree | f7db063faf76b4fc348b569107b60057ff758a4a | |
parent | 82593c1a3a2c5e39603ed76819f83b1197c06c8b [diff] [blame] |
patch 8.1.0237: Ruby on Cygwin doesn't always work Problem: Ruby on Cygwin doesn't always work. Solution: Use LIBRUBY_SO if LIBRUBY_ALIASES isn't set. (Ken Takata)
diff --git a/src/version.c b/src/version.c index ec097fd..de3a32e 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 237, +/**/ 236, /**/ 235,