commit | 50dc3ecc642ee88348cb353cf85d08eac26c75dd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Nov 16 18:39:43 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Nov 16 18:39:43 2020 +0100 |
tree | 7f179b6a665b7e24681c328b18f81131f93893b3 | |
parent | 4792a679f9e08fc6026a596be3d364cecb70b049 [diff] [blame] |
patch 8.2.1993: occasional failure of the netbeans test Problem: Occasional failure of the netbeans test. Solution: Add "silent!". (Yegappan Lakshmanan, closes #7304)
diff --git a/src/version.c b/src/version.c index 0d9cf70..3ab3ab4 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1993, +/**/ 1992, /**/ 1991,