commit | f63db65b2418140d1bdbc032511f530234bd2496 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 19 04:13:36 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 19 04:13:36 2018 +0200 |
tree | 50bd2af88c3b808247a6ff268eeae4521b62e80e | |
parent | 963c1ad5d072346d9e95d4c3be066b5e03c601d3 [diff] |
patch 8.1.0196: terminal debugger error with .gdbinit file Problem: Terminal debugger error with .gdbinit file. Solution: Check two lines for the "new ui" response. (hint from Hirohito Higashi)
diff --git a/src/version.c b/src/version.c index 997f4a0..83518a9 100644 --- a/src/version.c +++ b/src/version.c
@@ -790,6 +790,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 196, +/**/ 195, /**/ 194,