commit | 3d631cb0b34b03c7bdf45ad852d3644c7cf62743 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 31 22:09:56 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 31 22:09:56 2018 +0100 |
tree | c712d8e24cf189d03c6bd1c3061339a79a96c8fc | |
parent | a355652ea5b0c1633e8126ad9af2d970e05f4e1a [diff] [blame] |
patch 8.1.0670: macro for popup menu width is unused Problem: Macro for popup menu width is unused. Solution: Remove it. (Hirohito Higashi)
diff --git a/src/version.c b/src/version.c index fe98bc4..2226241 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 670, +/**/ 669, /**/ 668,