summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2015-01-14 15:47:36 +0100
committerBram Moolenaar <Bram@vim.org>2015-01-14 15:47:36 +0100
commit84c8e5ab9cfb6826e880e8ae062ff3347bb6909e (patch)
treed8fde94422676bc61459e9cc66d367b9f567ee51 /src/version.c
parent435797304adc544562934f3ea1572fdc81f6dd92 (diff)
downloadvim-git-84c8e5ab9cfb6826e880e8ae062ff3347bb6909e.tar.gz
updated for version 7.4.572v7.4.572
Problem: Address type of :wincmd depends on the argument. Solution: Check the argument.
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 39191f500..b049ea229 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 */
/**/
+ 572,
+/**/
571,
/**/
570,