commit | c3632516303842244442f354734e54a403ec4b50 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 04 21:44:59 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 04 21:44:59 2017 +0100 |
tree | 478c430db142c19392ba377a3ac05299628ac0b3 | |
parent | 5a73e0ca54c77e067c3b12ea6f35e3e8681e8cf8 [diff] [blame] |
patch 8.0.1264: terminal debugger gets stuck in small window Problem: Terminal debugger gets stuck in small window. Solution: Add "-quiet" to the gdb command. (Christian Brabandt, closes #2154)
diff --git a/src/version.c b/src/version.c index 2a2cefe..e83549c 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1264, +/**/ 1263, /**/ 1262,