commit | d8d85bfb7d650d2fb584ea48aaaebdbc8a2e3dce | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 03 18:08:00 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 03 18:08:00 2017 +0200 |
tree | b583b6146c5974f641e79113d997f14897ff5a87 | |
parent | 5e80de3f3e572805fe734b66bc42c13303ad9bdb [diff] [blame] |
patch 8.0.1049: shell on Mac can't handle long text Problem: Shell on Mac can't handle long text, making terminal test fail. Solution: Only write 1000 characters instead of 5000.
diff --git a/src/version.c b/src/version.c index ce53bb8..4a5282f 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1049, +/**/ 1048, /**/ 1047,