diff src/version.c @ 22093:b85e13213b11 v8.2.1596

patch 8.2.1596: using win_screenpos('.') in tests works but is wrong Commit: https://github.com/vim/vim/commit/7dfc5ce7cf4a7f63370d7dce2e13f7410ca0230a Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 5 15:05:30 2020 +0200 patch 8.2.1596: using win_screenpos('.') in tests works but is wrong Problem: Using win_screenpos('.') in tests works but is wrong. Solution: Use win_screenpos(0).
author Bram Moolenaar <Bram@vim.org>
date Sat, 05 Sep 2020 15:15:05 +0200
parents 9bb1c984c4da
children 2cc0de1e05a6
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1596,
+/**/
     1595,
 /**/
     1594,