diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-07-16 20:43:14 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-07-16 20:43:14 +0200 |
commit | e21d62435ef966b8adb40dee13ef9d6791316674 (patch) | |
tree | 2ff59efe05cb866853ce4935ad1e365ac490d8ec /src/version.c | |
parent | c3e539fa703b23d9a24c3520c96ec305ee932cb4 (diff) | |
download | vim-e21d62435ef966b8adb40dee13ef9d6791316674.zip |
patch 7.4.2053
Problem: Can't run scripttests in the top directory.
Solution: Add targets to the top Makefile.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index d9701fe19..570dd4525 100644 --- a/src/version.c +++ b/src/version.c @@ -759,6 +759,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2053, +/**/ 2052, /**/ 2051, |