comparison src/version.c @ 16650:06fd0eaada01 v8.1.1327

patch 8.1.1327: unnecessary scroll after horizontal split commit https://github.com/vim/vim/commit/a9b2535f44f3265940a18d08520a9ad4ef7bda82 Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 12 14:25:30 2019 +0200 patch 8.1.1327: unnecessary scroll after horizontal split Problem: Unnecessary scroll after horizontal split. Solution: Don't adjust to fraction if all the text fits in the window. (Martin Kunev, closes #4367)
author Bram Moolenaar <Bram@vim.org>
date Sun, 12 May 2019 14:30:08 +0200
parents a7f06505ad39
children b8fda384605b
comparison
equal deleted inserted replaced
16649:5d15f9774fda 16650:06fd0eaada01
765 NULL 765 NULL
766 }; 766 };
767 767
768 static int included_patches[] = 768 static int included_patches[] =
769 { /* Add new patch number below this line */ 769 { /* Add new patch number below this line */
770 /**/
771 1327,
770 /**/ 772 /**/
771 1326, 773 1326,
772 /**/ 774 /**/
773 1325, 775 1325,
774 /**/ 776 /**/