commit | bfa1ffca8bcce92c030d8366036a316954f1ee69 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 13 18:40:30 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 13 18:40:30 2016 +0100 |
tree | 2620fcb4775ad57af7916120fd548b8db4969471 | |
parent | f8b7d890f1d62f3ab101d2b02dd7716cb7f053cb [diff] [blame] |
patch 7.4.1313 Problem: MS-Windows: Using socket after it was closed causes an exception. Solution: Don't give an error when handling WM_NETBEANS. Re-enable tests for MS-Windows.
diff --git a/src/version.c b/src/version.c index b934ea2..f5f8f56 100644 --- a/src/version.c +++ b/src/version.c
@@ -748,6 +748,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1313, +/**/ 1312, /**/ 1311,