diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-11-03 11:53:29 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-11-03 11:53:29 +0100 |
commit | 6fd3a4ba2320c4a95f02daef5f2ac76d3105d013 (patch) | |
tree | d8e9ba62f1c39a68bf7031ca96fea185717eb847 /src/version.c | |
parent | 36113e46b4a7e8c33aa1ed1c9cfa6591c952183d (diff) | |
download | vim-git-6fd3a4ba2320c4a95f02daef5f2ac76d3105d013.tar.gz |
patch 8.2.1944: Netbeans test is flakyv8.2.1944
Problem: Netbeans test is flaky.
Solution: Add a short delay. (Yegappan Lakshmanan, closes #7246)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index b1125670c..714d038f8 100644 --- a/src/version.c +++ b/src/version.c @@ -751,6 +751,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1944, +/**/ 1943, /**/ 1942, |