commit | 590ec878a52b3b3d4453475f1eb4899f2b37969f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Mar 02 20:58:42 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 02 20:58:42 2018 +0100 |
tree | caeccd92e3481bdd0bb9d3078cd2f9a12215dfc4 | |
parent | 77780b66f4c5573df999a7319d77a852ea4ca837 [diff] [blame] |
patch 8.0.1556: may not parse the t_RS response correctly Problem: May not parse the t_RS response correctly, resulting in wrong characters in the input stream. Solution: When the t_RS response is partly received wait for more characters.
diff --git a/src/version.c b/src/version.c index 9a61422..e1f406a 100644 --- a/src/version.c +++ b/src/version.c
@@ -779,6 +779,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1556, +/**/ 1555, /**/ 1554,