commit | 76efafba2af36ae5f6c7b79b56c537fcbcdb386c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 27 14:21:21 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 27 14:21:21 2016 +0200 |
tree | 8b8793c31801fc05d1c5595f14a79261417e86b6 | |
parent | 2b529bb6260b52246e92429375d995b9b5ce76b6 [diff] [blame] |
patch 7.4.2265 Problem: printf() isn't tested much. Solution: Add more tests for printf(). (Dominique Pelle)
diff --git a/src/version.c b/src/version.c index abf86a6..0f5e7ed 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2265, +/**/ 2264, /**/ 2263,