summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <bram@vim.org>2011-12-14 20:51:25 +0100
committerBram Moolenaar <bram@vim.org>2011-12-14 20:51:25 +0100
commit166698f4b3311f54c06ddd541531dfcf3886175d (patch)
tree8b1c1eded40cb399551aba29abdc343006de0a8b /src/version.c
parent9b3124a18faab1026d499984436fa42591772625 (diff)
downloadvim-7-3-381.tar.gz
updated for version 7.3.381v7.3.381v7-3-381
Problem: Configure silently skips interfaces that won't work. Solution: Add the --enable-fail_if_missing argument. (Shlomi Fish)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 5a581138..6ee8427c 100644
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 381,
+/**/
380,
/**/
379,