commit | 8b62d87e4243d3dc9bf4f17bfe1a8953077a70c9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 05 00:02:57 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 05 00:02:57 2019 +0100 |
tree | 3d1d16641f92aedc102ebb93a341256571e0b928 | |
parent | 4164bb204e97a2ff3d6c43cba779bdff9e853892 [diff] [blame] |
patch 8.1.0692: if a buffer was deleted a channel can't write to it Problem: If a buffer was deleted a channel can't write to it. Solution: When the buffer exists but was unloaded, prepare it for writing. (closes #3764)
diff --git a/src/version.c b/src/version.c index 144c9ef..193e327 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 692, +/**/ 691, /**/ 690,