commit | ba089307bb8d18ab79a6c4a28ceb8419a72209b3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 19 18:56:58 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 19 18:56:58 2019 +0200 |
tree | fd81f051e4264c9adcc900396854e2604cd2b5cd | |
parent | 5b39d7adb0b9f02afe242f607d4c96250f06965d [diff] [blame] |
patch 8.1.2183: running a test is a bit verbose Problem: Running a test is a bit verbose. Solution: Silence some messages. (Daniel Hahler, closes #5070)
diff --git a/src/version.c b/src/version.c index afdc49a..7d61a4f 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2183, +/**/ 2182, /**/ 2181,