comparison src/version.c @ 32551:745f1e43106f v9.0.1607

patch 9.0.1607: screenpos() returns wrong row with diff filler lines Commit: https://github.com/vim/vim/commit/55daae392157823dc5434e6be1344f4336bfe96f Author: zeertzjq <zeertzjq@outlook.com> Date: Sun Jun 4 19:29:22 2023 +0100 patch 9.0.1607: screenpos() returns wrong row with diff filler lines Problem: screenpos() returns wrong row with diff filler lines. Solution: Only add filler lines when appropriate. Also don't add the 'smoothscroll' marker when w_skipcol is zero. (closes #12485, closes #12484)
author Bram Moolenaar <Bram@vim.org>
date Sun, 04 Jun 2023 20:30:04 +0200
parents cceee401aa51
children e80fa10e0549
comparison
equal deleted inserted replaced
32550:0bd6f91ccbba 32551:745f1e43106f
693 NULL 693 NULL
694 }; 694 };
695 695
696 static int included_patches[] = 696 static int included_patches[] =
697 { /* Add new patch number below this line */ 697 { /* Add new patch number below this line */
698 /**/
699 1607,
698 /**/ 700 /**/
699 1606, 701 1606,
700 /**/ 702 /**/
701 1605, 703 1605,
702 /**/ 704 /**/