summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-10-27 20:00:07 +0200
committerBram Moolenaar <Bram@vim.org>2016-10-27 20:00:07 +0200
commit01688ad545ff0809ddad5c8fa6b149dc5d67312b (patch)
treef588850e3798caf6ddef56772a58903d8b3ab4eb /src/version.c
parent2f97912800e86a296c001832bbbf2fc425f1e533 (diff)
downloadvim-git-01688ad545ff0809ddad5c8fa6b149dc5d67312b.tar.gz
patch 8.0.0050v8.0.0050
Problem: An exiting job is detected with a large latency. Solution: Check for pending job more often. (Ozaki Kiichi) Change the double loop in mch_inchar() into one.
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 6fdf9f42e..8386381b7 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 */
/**/
+ 50,
+/**/
49,
/**/
48,