commit | a93f975e8b39d7cfc8145dbe181cc4e5e4ec0bdf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Nov 10 20:45:09 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 10 20:45:09 2015 +0100 |
tree | e6f1e02f2740268fea467726a7ec12f92477662a | |
parent | d4ece23e2e602d820ab7367c383dc0d72dd87029 [diff] |
patch 7.4.920 Problem: The rubydll option is not in the options window. Solution: Add the rubydll option.
diff --git a/src/version.c b/src/version.c index a52dca9..eb418a7 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 920, +/**/ 919, /**/ 918,