comparison src/version.c @ 13541:296d02b0637f v8.0.1644

patch 8.0.1644: terminal API tests still fail commit https://github.com/vim/vim/commit/cf67a509e93167f14c892301e13de14636cedc61 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 25 20:31:32 2018 +0200 patch 8.0.1644: terminal API tests still fail Problem: Terminal API tests still fail. Solution: Explicitly set 'title' in the terminal job. (Ozaki Kiichi, closes #2750)
author Christian Brabandt <cb@256bit.org>
date Sun, 25 Mar 2018 20:45:06 +0200
parents 5f543bce50e8
children 98d832e4e394
comparison
equal deleted inserted replaced
13540:8615a18244bb 13541:296d02b0637f
764 NULL 764 NULL
765 }; 765 };
766 766
767 static int included_patches[] = 767 static int included_patches[] =
768 { /* Add new patch number below this line */ 768 { /* Add new patch number below this line */
769 /**/
770 1644,
769 /**/ 771 /**/
770 1643, 772 1643,
771 /**/ 773 /**/
772 1642, 774 1642,
773 /**/ 775 /**/