Skip to content

Commit d2227a0

Browse files
committed
patch 7.4.1420
Problem: Missing makefile. Solution: Type the path correctly.
1 parent 49c39ff commit d2227a0

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/testdir/Make_all.mak

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
# Common Makefile, defines the list of tests to run.
33
#
44

5+
NO_PLUGIN = -U NONE --noplugin --not-a-term
6+
57
# The first script creates small.vim.
68
SCRIPTS_FIRST = \
79
test1.out

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -748,6 +748,8 @@ static char *(features[]) =
748748

749749
static int included_patches[] =
750750
{ /* Add new patch number below this line */
751+
/**/
752+
1420,
751753
/**/
752754
1419,
753755
/**/

0 commit comments

Comments
 (0)