comparison src/version.c @ 17393:372f2eaa544a v8.1.1695

patch 8.1.1695: Windows 10: crash when cursor is at bottom of terminal commit https://github.com/vim/vim/commit/f49a6922596ea88856da802fe33df953b7d77ecb Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jul 15 20:37:05 2019 +0200 patch 8.1.1695: Windows 10: crash when cursor is at bottom of terminal Problem: Windows 10: crash when cursor is at bottom of terminal. Solution: Position the cursor before resizing. (Yasuhiro Matsumoto, closes #4679)
author Bram Moolenaar <Bram@vim.org>
date Mon, 15 Jul 2019 20:45:06 +0200
parents 8a43873df941
children 119a53a4cb0e
comparison
equal deleted inserted replaced
17392:27714a031226 17393:372f2eaa544a
775 NULL 775 NULL
776 }; 776 };
777 777
778 static int included_patches[] = 778 static int included_patches[] =
779 { /* Add new patch number below this line */ 779 { /* Add new patch number below this line */
780 /**/
781 1695,
780 /**/ 782 /**/
781 1694, 783 1694,
782 /**/ 784 /**/
783 1693, 785 1693,
784 /**/ 786 /**/