summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-07-23 14:01:15 +0200
committerBram Moolenaar <Bram@vim.org>2016-07-23 14:01:15 +0200
commita58c58b7e1404bb91d59d14539b41390284e7026 (patch)
tree0c2587f54949fd18186c1e37667b91320420261f /src/version.c
parent870b749ce1db1cec80f0f3766064a031688e6a46 (diff)
patch 7.4.2093v7.4.2093
Problem: Netbeans test fails once in a while. Leaving log file behind. Solution: Add it to the list of flaky tests. Disable logfile.
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 55054968e3..13c6bfed2d 100644
--- a/src/version.c
+++ b/src/version.c
@@ -759,6 +759,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 2093,
+/**/
2092,
/**/
2091,