summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-10-27 21:13:10 +0200
committerBram Moolenaar <Bram@vim.org>2016-10-27 21:13:10 +0200
commit14207f487c9e79a913256a41e3e9716b03b46955 (patch)
tree6e2f7f56921eb81b3d7e59c034740abd7ced0d81 /src/version.c
parent01688ad545ff0809ddad5c8fa6b149dc5d67312b (diff)
downloadvim-git-14207f487c9e79a913256a41e3e9716b03b46955.tar.gz
patch 8.0.0051v8.0.0051
Problem: New code for job_stop() breaks channel test on AppVeyor. Solution: Revert the change.
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 8386381b7..a6f915a8a 100644
--- a/src/version.c
+++ b/src/version.c
@@ -765,6 +765,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 51,
+/**/
50,
/**/
49,