commit | b92abad0c58de36d0b0afdcd4ec05261fa1fa84c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 08 22:37:24 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 08 22:37:24 2016 +0100 |
tree | b30dae4100e009e083158e13f04951b52678718d | |
parent | cbebd4879cc78e670d79b2c57dc33d7b911c962a [diff] [blame] |
patch 7.4.1291 Problem: On MS-Windows the channel test server doesn't quit. Solution: Use return instead of break. (Ken Takata)
diff --git a/src/version.c b/src/version.c index 66739aa..9b9702a 100644 --- a/src/version.c +++ b/src/version.c
@@ -748,6 +748,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1291, +/**/ 1290, /**/ 1289,