]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1556: may not parse the t_RS response correctly v8.0.1556
authorBram Moolenaar <Bram@vim.org>
Fri, 2 Mar 2018 19:58:42 +0000 (20:58 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 2 Mar 2018 19:58:42 +0000 (20:58 +0100)
commit590ec878a52b3b3d4453475f1eb4899f2b37969f
treecaeccd92e3481bdd0bb9d3078cd2f9a12215dfc4
parent77780b66f4c5573df999a7319d77a852ea4ca837
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.
src/term.c
src/version.c