commit | 76c612a166a59be04d5a38dc8db3b76ee67a458b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 21 14:31:51 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 21 14:31:51 2018 +0200 |
tree | 852de48a5108a8fb73166f0712de5e6b7cb0760c | |
parent | 1f402806b88f4187e17c0105b4604f425f41dd1c [diff] [blame] |
patch 8.1.0421: MS-Windows: Ruby path is wrong for Ruby 1.9 and later Problem: MS-Windows: Ruby path is wrong for Ruby 1.9 and later. Solution: Let -I argument depend on Ruby version. (Ken Takata, closes #3461)
diff --git a/src/version.c b/src/version.c index 992ed7f..c541dc9 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 421, +/**/ 420, /**/ 419,