commit | b255b90503a986931904c23dafb5b6d4e512a17e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 24 21:40:10 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 24 21:40:10 2018 +0200 |
tree | b6a33d7c357b3fa1bc82d59c95ff0a5c6df2dcdb | |
parent | 4e9d443a25b451e3f2de62e9eeea439aa4c3f039 [diff] [blame] |
patch 8.0.1762: terminal debug logging is a bit complicated Problem: Terminal debug logging is a bit complicated. Solution: Make log_tr() use variable arguments (Ozaki Kiichi, closes #2730)
diff --git a/src/version.c b/src/version.c index 5d63a3b..778419c 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1762, +/**/ 1761, /**/ 1760,