commit | d6a8d48587b2ff43c343fa365898576cc1e235ea | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 10 20:32:20 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 10 20:32:20 2016 +0100 |
tree | ac8b7cf988ef4fd273e9f77852f700ee066a0ab4 | |
parent | a483326e3b04215b86fe9c582ac96bb9679f0812 [diff] [blame] |
patch 7.4.1298 Problem: When the channel test fails in an unexpected way the server keeps running. Solution: Use try/catch. (Ozaki Kiichi)
diff --git a/src/version.c b/src/version.c index 23ee41b..e6dbc9e 100644 --- a/src/version.c +++ b/src/version.c
@@ -748,6 +748,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1298, +/**/ 1297, /**/ 1296,