commit | 21e551cce26ea6ff389b6c90f1945facf1a8a066 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 15 16:08:56 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 15 16:08:56 2018 +0100 |
tree | 80588221ad797d6d72ef2dfe9826dcee8d0fcd52 | |
parent | a9659e0da41388f2c7aedccf016c2fe2eeec6a82 [diff] [blame] |
patch 8.1.0596: not all parts of printf() are tested Problem: Not all parts of printf() are tested. Solution: Add a few more test cases. (Dominique Pelle, closes #3691)
diff --git a/src/version.c b/src/version.c index 83026ba..577be31 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 596, +/**/ 595, /**/ 594,