From a8c99fb78e9d747c127e8878518d5a43837b022b Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 26 May 2019 13:14:02 +0200 Subject: [PATCH] patch 8.1.1398: duplicate line in MSVC build file Problem: Duplicate line in MSVC build file. Solution: Remove the line. (Ken Takata, closes #4436) --- src/Make_mvc.mak | 1 - src/version.c | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Make_mvc.mak b/src/Make_mvc.mak index c1cd0a460c..c6f9b25a00 100644 --- a/src/Make_mvc.mak +++ b/src/Make_mvc.mak @@ -744,7 +744,6 @@ OBJ = \ $(OUTDIR)\pathdef.obj \ $(OUTDIR)\popupmnu.obj \ $(OUTDIR)\popupwin.obj \ - $(OUTDIR)\popupwin.obj \ $(OUTDIR)\quickfix.obj \ $(OUTDIR)\regexp.obj \ $(OUTDIR)\screen.obj \ diff --git a/src/version.c b/src/version.c index 0e7f14d6cc..8cfb965c3d 100644 --- a/src/version.c +++ b/src/version.c @@ -767,6 +767,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1398, /**/ 1397, /**/