commit | 3e4b84d0b55936ac017d20df6651ddd05e38f58f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 11 20:51:52 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 11 20:51:52 2018 +0100 |
tree | 498443f3a1836791b1408ee60014abc896b3d65e | |
parent | c48369c3fc507f398abbc933a60f653c6abe6701 [diff] [blame] |
patch 8.0.1599: no error message when gdb does not support debugger Problem: No error message when gdb does not support the terminal debugger. Solution: Check for the response to open the Machine Interface.
diff --git a/src/version.c b/src/version.c index 4c19271..eabf6fb 100644 --- a/src/version.c +++ b/src/version.c
@@ -767,6 +767,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1599, +/**/ 1598, /**/ 1597,