diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-08-03 13:41:15 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-08-03 13:41:15 +0200 |
commit | c528b1d1edb5ab87242704c82422ae363647603c (patch) | |
tree | 953c4c4f99e91d8debee94a481523f38443f69ed /src/version.c | |
parent | 364ab2ffd3ecc88f9547c28d51c138d53fead488 (diff) | |
download | vim-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.c | 2 |
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, |