comparison src/version.c @ 18275:5218e26c658f v8.1.2132

patch 8.1.2132: MS-Windows: screen mess when not recognizing insider build Commit: https://github.com/vim/vim/commit/a129974bc71fcb86e05a29387bcaba9aae2f296a Author: Bram Moolenaar <Bram@vim.org> Date: Thu Oct 10 16:36:00 2019 +0200 patch 8.1.2132: MS-Windows: screen mess when not recognizing insider build Problem: MS-Windows: screen mess when not recognizing insider build. Solution: Always move the cursor to the first column first. (Nobuhiro Takasaki, closes #5036)
author Bram Moolenaar <Bram@vim.org>
date Thu, 10 Oct 2019 16:45:03 +0200
parents fc68850c5233
children f6dcf7eabd26
comparison
equal deleted inserted replaced
18274:f4cec6d77c86 18275:5218e26c658f
751 NULL 751 NULL
752 }; 752 };
753 753
754 static int included_patches[] = 754 static int included_patches[] =
755 { /* Add new patch number below this line */ 755 { /* Add new patch number below this line */
756 /**/
757 2132,
756 /**/ 758 /**/
757 2131, 759 2131,
758 /**/ 760 /**/
759 2130, 761 2130,
760 /**/ 762 /**/