commit | ec50401e1e1357a1340b3c92109fd4860e38a8ac | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 11 17:30:16 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 11 17:30:16 2019 +0100 |
tree | 4e2437694f097dc4c34a88f10d3ae5701c048d15 | |
parent | 977239ef52763b6e640ac632c53a57ee17e05eaa [diff] [blame] |
patch 8.1.0723: cannot easily run specific test when in src/testdir Problem: Cannot run specific test when in src/testdir the same was as in the src directory. Solution: Move build rule to src/testdir/Makefile.
diff --git a/src/version.c b/src/version.c index 1c08ebe..aede1e6 100644 --- a/src/version.c +++ b/src/version.c
@@ -796,6 +796,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 723, +/**/ 722, /**/ 721,