# HG changeset patch # User Bram Moolenaar # Date 1550782810 -3600 # Node ID 0d6331501d19d69dd24d6a32de3381a3d9870933 # Parent ebf32ff1674ba539ba764b6e61e54c1a0581574e patch 8.1.0967: stray dependency in test Makefile commit https://github.com/vim/vim/commit/1417031cfd31dd1af9bab686237cb1c8591e0a37 Author: Bram Moolenaar Date: Thu Feb 21 21:50:46 2019 +0100 patch 8.1.0967: stray dependency in test Makefile Problem: Stray dependency in test Makefile. Solution: Remove it. (Masato Nishihata, closes https://github.com/vim/vim/issues/4018) diff --git a/src/testdir/Makefile b/src/testdir/Makefile --- a/src/testdir/Makefile +++ b/src/testdir/Makefile @@ -148,7 +148,7 @@ newtests: newtestssilent newtestssilent: $(NEW_TESTS_RES) -.vim.res: writevimcmd +.vim.res: @echo "$(VIMPROG)" > vimcmd @echo "$(RUN_VIMTEST)" >> vimcmd $(RUN_VIMTEST) $(NO_INITS) -S runtest.vim $*.vim $(REDIR_TEST_TO_NULL) diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -780,6 +780,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 967, +/**/ 966, /**/ 965,