commit | a07c831bef5d6719a5c02fb43fc4b6dc72c8869b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 27 21:12:07 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 27 21:12:07 2012 +0200 |
tree | c0f963b2c81fe878c7ab743fff8c5b9f7a14ea29 | |
parent | dad937f77ff84e864ee154379ce199340972040a [diff] [blame] |
updated for version 7.3.617 Problem: Hang on completion. Solution: Skip over the space. (Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index b39f5c5..f3b1435 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 617, +/**/ 616, /**/ 615,