commit | 6fd3a4ba2320c4a95f02daef5f2ac76d3105d013 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Nov 03 11:53:29 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 03 11:53:29 2020 +0100 |
tree | d8e9ba62f1c39a68bf7031ca96fea185717eb847 | |
parent | 36113e46b4a7e8c33aa1ed1c9cfa6591c952183d [diff] [blame] |
patch 8.2.1944: Netbeans test is flaky Problem: Netbeans test is flaky. Solution: Add a short delay. (Yegappan Lakshmanan, closes #7246)
diff --git a/src/version.c b/src/version.c index b112567..714d038 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1944, +/**/ 1943, /**/ 1942,