commit | 75a0f3c011dfbafd2d60e87d4b2b07572df3e3ec | [log] [tgz] |
---|---|---|
author | LemonBoy <thatlemon@gmail.com> | Tue Apr 05 22:03:30 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 05 22:03:30 2022 +0100 |
tree | 7c16ad5e0807724f07b1f317676e38bd111daa6b | |
parent | aa7d0c233532fb9d8c2876ea8e978a82b12c377f [diff] [blame] |
patch 8.2.4699: hard to reproduce hang when reading from a channel Problem: Hard to reproduce hang when reading from a channel. Solution: Check for readahead before starting to wait. (closes #10093, closes #7781, closes #6364)
diff --git a/src/version.c b/src/version.c index 23b2a1e..120633f 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4699, +/**/ 4698, /**/ 4697,