summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2015-01-14 11:25:05 +0100
committerBram Moolenaar <Bram@vim.org>2015-01-14 11:25:05 +0100
commit8be6388b7649d9378cd1ba1627a4b0aed61b86e7 (patch)
tree50fe6bae7c425ab720d5144df3ee9e18fdedffe1 /src/version.c
parente2719096250a19ecdd9a35d13702879f163d2a50 (diff)
downloadvim-git-8be6388b7649d9378cd1ba1627a4b0aed61b86e7.tar.gz
updated for version 7.4.568v7.4.568
Problem: Giving an error for ":0wincmd w" is a problem for some plugins. Solution: Allow the zero in the range. (Marcin Szamotulski)
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 8b3ecbe90..4f9777ffa 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 */
/**/
+ 568,
+/**/
567,
/**/
566,