commit | fe386641b0c56c5de2bca8e1f4cd5e2a1f1aea7e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 08 21:10:04 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 08 21:10:04 2017 +0200 |
tree | e9d2374dc8ac3a2ddc79de96ed9b2d60863feb8e | |
parent | 3c518400d1a51929572dd9fcf77dba94d78d7545 [diff] [blame] |
patch 8.0.1077: no debugger making use of the terminal window Problem: No debugger making use of the terminal window. Solution: Add the term debugger plugin. So far only displays the current line when stopped.
diff --git a/src/version.c b/src/version.c index ad59f5e..a54e153 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1077, +/**/ 1076, /**/ 1075,