commit | 820082914122d5bf7b6e89ff30cf364ad40a560f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 08 12:17:04 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 08 12:17:04 2018 +0200 |
tree | d6fbb1bf169be5ea6ada98707cd57f883746f004 | |
parent | 77557a7ae66830cb21c79d3a2b48a93b086599b3 [diff] [blame] |
patch 8.0.1675: unused macro argument in libvterm Problem: Unused macro argument in libvterm. (Randall W. Morris) Solution: Remove the argument.
diff --git a/src/version.c b/src/version.c index e95a62d..38fe7d1 100644 --- a/src/version.c +++ b/src/version.c
@@ -763,6 +763,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1675, +/**/ 1674, /**/ 1673,