changeset 16792:cd9c0973e7ae v8.1.1398

patch 8.1.1398: duplicate line in MSVC build file commit https://github.com/vim/vim/commit/a8c99fb78e9d747c127e8878518d5a43837b022b Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 26 13:14:02 2019 +0200 patch 8.1.1398: duplicate line in MSVC build file Problem: Duplicate line in MSVC build file. Solution: Remove the line. (Ken Takata, closes https://github.com/vim/vim/issues/4436)
author Bram Moolenaar <Bram@vim.org>
date Sun, 26 May 2019 13:15:04 +0200
parents bf8ec0c97607
children c7a0f8ed435d
files src/Make_mvc.mak src/version.c
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 \
--- a/src/version.c
+++ b/src/version.c
@@ -768,6 +768,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1398,
+/**/
     1397,
 /**/
     1396,