diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1607,
+/**/
     1606,
 /**/
     1605,