commit | 84c8e5ab9cfb6826e880e8ae062ff3347bb6909e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jan 14 15:47:36 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 14 15:47:36 2015 +0100 |
tree | d8fde94422676bc61459e9cc66d367b9f567ee51 | |
parent | 435797304adc544562934f3ea1572fdc81f6dd92 [diff] [blame] |
updated for version 7.4.572 Problem: Address type of :wincmd depends on the argument. Solution: Check the argument.
diff --git a/src/version.c b/src/version.c index 39191f5..b049ea2 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 572, +/**/ 571, /**/ 570,