commit | bbe8d91e695184771d7e45315258fab8eb3e6b07 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 05 16:10:57 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 05 16:10:57 2016 +0200 |
tree | 8e28c096028bb762529910c9bbf5203318945134 | |
parent | 762f1754370a1278167c8cba6c047ef319fc099c [diff] [blame] |
patch 7.4.1902 Problem: No test for collapsing buffers for a channel. Some text is lost. Solution: Add a simple test. Set rq_buflen correctly.
diff --git a/src/version.c b/src/version.c index 4226b86..bfdc826 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1902, +/**/ 1901, /**/ 1900,