diff options
| author | Bram Moolenaar <Bram@vim.org> | 2016-10-27 20:00:07 +0200 |
|---|---|---|
| committer | Bram Moolenaar <Bram@vim.org> | 2016-10-27 20:00:07 +0200 |
| commit | 01688ad545ff0809ddad5c8fa6b149dc5d67312b (patch) | |
| tree | f588850e3798caf6ddef56772a58903d8b3ab4eb /src/version.c | |
| parent | 2f97912800e86a296c001832bbbf2fc425f1e533 (diff) | |
| download | vim-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.c | 2 |
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, |
