comparison src/version.c @ 26191:72c394673e00 v8.2.3627

patch 8.2.3627: difficult to know where the text starts in a window Commit: https://github.com/vim/vim/commit/cdf5fdb2948ecdd24c6a1e27ed33dfa847c2b3e4 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 20 11:14:24 2021 +0000 patch 8.2.3627: difficult to know where the text starts in a window Problem: difficult to know where the text starts in a window. (Sergey Vlasov) Solution: Add the "textoff" entry in the result of getwininfo(). (closes #9163)
author Bram Moolenaar <Bram@vim.org>
date Sat, 20 Nov 2021 12:15:03 +0100
parents 36a1a04fcd9f
children c83460a14407
comparison
equal deleted inserted replaced
26190:082bef51c932 26191:72c394673e00
755 NULL 755 NULL
756 }; 756 };
757 757
758 static int included_patches[] = 758 static int included_patches[] =
759 { /* Add new patch number below this line */ 759 { /* Add new patch number below this line */
760 /**/
761 3627,
760 /**/ 762 /**/
761 3626, 763 3626,
762 /**/ 764 /**/
763 3625, 765 3625,
764 /**/ 766 /**/