diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-03-08 22:33:07 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-03-08 22:33:07 +0100 |
commit | 045a284a83c2a85113de233d5233eae34724a4b6 (patch) | |
tree | 729c27ab1ae94dd317bb732d5f2fb899c12d7a49 /src/version.c | |
parent | 0622732b32ff4a883e4f490a1b38ada539da8ba2 (diff) | |
download | vim-045a284a83c2a85113de233d5233eae34724a4b6.zip |
patch 7.4.1524
Problem: Channel test fails on BSD.
Solution: Break out of the loop when connect() succeeds. (Ozaki Kiichi)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index dffa9f0fd..a760c7605 100644 --- a/src/version.c +++ b/src/version.c @@ -744,6 +744,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1524, +/**/ 1523, /**/ 1522, |