diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-02-13 14:06:14 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-02-13 14:06:14 +0100 |
commit | 00af60bbb6cc7e8ccafddb30a1964f891b800bce (patch) | |
tree | 12b89b41ad5d8a3345e6e315887780d51581ce73 /src/version.c | |
parent | 45c7f054730da5c88e1e5c7de290d25c450578a0 (diff) | |
download | vim-git-00af60bbb6cc7e8ccafddb30a1964f891b800bce.tar.gz |
patch 7.4.1309v7.4.1309
Problem: When a test fails not all relevant info is listed.
Solution: Add the errors to the messages.
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 a357ea2c7..b8333476b 100644 --- a/src/version.c +++ b/src/version.c @@ -748,6 +748,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1309, +/**/ 1308, /**/ 1307, |