commit | a06afc7f5e7ba085abf1475a65ae3ea79c961a0e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Aug 27 23:24:16 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 27 23:24:16 2018 +0200 |
tree | 30b4a9e876592e0c53bef46e5e168155d8f7a6d3 | |
parent | 4cbdf155ca7bb6fbdab2d5acafae5fc712fca8b8 [diff] [blame] |
patch 8.1.0329: using inputlist() during startup results in garbage Problem: Using inputlist() during startup results in garbage. (Dominique Pelle) Solution: Make sure the xterm tracing is stopped when disabling the mouse.
diff --git a/src/version.c b/src/version.c index 53089f5..26b6888 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 329, +/**/ 328, /**/ 327,