commit | dbfa795d8b66c99ee758b132d6043871b9061563 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Nov 02 20:04:22 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Nov 02 20:04:22 2020 +0100 |
tree | fea9c89a4b0fd254da72c2dd9a245ae914c2a2de | |
parent | 399db046ed7cc64b68ffa68b543c1b1c20baeee3 [diff] [blame] |
patch 8.2.1942: insufficient test coverage for the Netbeans interface Problem: Insufficient test coverage for the Netbeans interface. Solution: Add more tests. Fix an uncovered bug. (Yegappan Lakshmanan, closes #7240)
diff --git a/src/version.c b/src/version.c index 279837b..7591c83 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1942, +/**/ 1941, /**/ 1940,