summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-04-30 18:07:05 +0200
committerBram Moolenaar <Bram@vim.org>2016-04-30 18:07:05 +0200
commit3266c85a44a637862b0ed6e531680c6ab2897ab5 (patch)
tree667b84fb5079098085c7d00294912e85afd9c868 /src/version.c
parent715d285d79a1d97928dd717278e25e6de45d1496 (diff)
downloadvim-3266c85a44a637862b0ed6e531680c6ab2897ab5.zip
patch 7.4.1811
Problem: Netbeans channel gets garbage collected. Solution: Set reference in nb_channel.
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 28308a635..714a6d92b 100644
--- a/src/version.c
+++ b/src/version.c
@@ -754,6 +754,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1811,
+/**/
1810,
/**/
1809,