commit | 0abe0522d0e52b50c6eab52323be558eb56fe95e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 28 16:53:12 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 28 16:53:12 2016 +0200 |
tree | ea87f5f2ba35ec4eff24185552d46fe6a8c8696f | |
parent | 0426bae2abede764d0dd366a28663d1c6e6ab0fe [diff] [blame] |
patch 7.4.2282 Problem: When a child process is very fast waiting 10 msec for it is noticeable. (Ramel Eshed) Solution: Start waiting for 1 msec and gradually increase.
diff --git a/src/version.c b/src/version.c index afe9c98..5743911 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2282, +/**/ 2281, /**/ 2280,