commit | 697005f2cf0b41b22a673a67401a2c4d974e72d4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 20 20:38:44 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 20 20:38:44 2019 +0100 |
tree | 800e3856f07ffdc40d2026bf924266d3ccd0ced9 | |
parent | 61be376337b0374d55a4b1d8206b2ec87ca54252 [diff] [blame] |
patch 8.1.1024: stray log calls in terminal code Problem: Stray log calls in terminal code. (Christian Brabandt) Solution: Remove the calls.
diff --git a/src/version.c b/src/version.c index 60aee66..2515a25 100644 --- a/src/version.c +++ b/src/version.c
@@ -780,6 +780,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1024, +/**/ 1023, /**/ 1022,