summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2015-11-10 20:45:09 +0100
committerBram Moolenaar <Bram@vim.org>2015-11-10 20:45:09 +0100
commita93f975e8b39d7cfc8145dbe181cc4e5e4ec0bdf (patch)
treee6f1e02f2740268fea467726a7ec12f92477662a /src
parentd4ece23e2e602d820ab7367c383dc0d72dd87029 (diff)
downloadvim-git-a93f975e8b39d7cfc8145dbe181cc4e5e4ec0bdf.tar.gz
patch 7.4.920v7.4.920
Problem: The rubydll option is not in the options window. Solution: Add the rubydll option.
Diffstat (limited to 'src')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index a52dca982..eb418a705 100644
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 920,
+/**/
919,
/**/
918,