commit | 9b1067e038d371bd6c51e5da025383761f4921b4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 19 19:33:15 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 19 19:33:15 2015 +0100 |
tree | cf1a39578ef10922325efddbd9e9f8f8737e17c3 | |
parent | 4f8fa1633cdfbd09a41160c8480fe67c198067e9 [diff] [blame] |
patch 7.4.927 Problem: Ruby crashes when there is a runtime error. Solution: Use ruby_options() instead of ruby_process_options(). (Damien)
diff --git a/src/version.c b/src/version.c index 20e0e9f..feda1de 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 927, +/**/ 926, /**/ 925,