summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-08-03 13:41:15 +0200
committerBram Moolenaar <Bram@vim.org>2013-08-03 13:41:15 +0200
commitc528b1d1edb5ab87242704c82422ae363647603c (patch)
tree953c4c4f99e91d8debee94a481523f38443f69ed /src/version.c
parent364ab2ffd3ecc88f9547c28d51c138d53fead488 (diff)
downloadvim-c528b1d1edb5ab87242704c82422ae363647603c.zip
updated for version 7.4b.011
Problem: ":he \%(\)" does not work. (ZyX) Solution: Add an exception to the list.
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 61694a467..676245d7b 100644
--- a/src/version.c
+++ b/src/version.c
@@ -728,6 +728,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 11,
+/**/
10,
/**/
9,