commit | 7dfc5ce7cf4a7f63370d7dce2e13f7410ca0230a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 05 15:05:30 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 05 15:05:30 2020 +0200 |
tree | 0c99469f955b6a6d714f674c27d6db25c354c534 | |
parent | 86394aa9720c5e087d85831e42d44e042987fbc0 [diff] [blame] |
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).
diff --git a/src/version.c b/src/version.c index b43e393..4725e61 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1596, +/**/ 1595, /**/ 1594,