diff src/version.c @ 15324:605b9c42a8c5 v8.1.0670

patch 8.1.0670: macro for popup menu width is unused commit https://github.com/vim/vim/commit/3d631cb0b34b03c7bdf45ad852d3644c7cf62743 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Dec 31 22:09:56 2018 +0100 patch 8.1.0670: macro for popup menu width is unused Problem: Macro for popup menu width is unused. Solution: Remove it. (Hirohito Higashi)
author Bram Moolenaar <Bram@vim.org>
date Mon, 31 Dec 2018 22:15:06 +0100
parents c6c306c5027f
children fe428bee74b3
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -800,6 +800,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    670,
+/**/
     669,
 /**/
     668,