comparison src/version.c @ 13365:c6bafddbfa33 v8.0.1556

patch 8.0.1556: may not parse the t_RS response correctly commit https://github.com/vim/vim/commit/590ec878a52b3b3d4453475f1eb4899f2b37969f Author: Bram Moolenaar <Bram@vim.org> Date: Fri Mar 2 20:58:42 2018 +0100 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.
author Christian Brabandt <cb@256bit.org>
date Fri, 02 Mar 2018 21:00:07 +0100
parents 2103b009e32d
children 53f15c99a9fd
comparison
equal deleted inserted replaced
13364:53c7faf39d64 13365:c6bafddbfa33
776 NULL 776 NULL
777 }; 777 };
778 778
779 static int included_patches[] = 779 static int included_patches[] =
780 { /* Add new patch number below this line */ 780 { /* Add new patch number below this line */
781 /**/
782 1556,
781 /**/ 783 /**/
782 1555, 784 1555,
783 /**/ 785 /**/
784 1554, 786 1554,
785 /**/ 787 /**/