commit | f8be461d0284110b321be748fea206d4169b98bb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jun 23 20:52:40 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 23 20:52:40 2017 +0200 |
tree | a066ff1a758151312ec2d7af5bcff2edc869be3a | |
parent | 4670490673ed98502a09b74fbabe785b47e3d289 [diff] [blame] |
patch 8.0.0663: unexpected error message only when 'verbose' is set Problem: Giving an error message only when 'verbose' set is unexpected. Solution: Give a warning message instead.
diff --git a/src/version.c b/src/version.c index ab7a929..102e388 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 663, +/**/ 662, /**/ 661,