commit | f0e68c0e2a3539f899e737e5b167622fe081fbbd | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Sat Jun 03 17:11:47 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 03 17:11:47 2023 +0100 |
tree | d85ba59c7212d8d42e1e9a6c86f55da646e00dfc | |
parent | a109f39ef54bc3894768170f02c1b6ac56164488 [diff] [blame] |
patch 9.0.1600: screenpos() does not take w_skipcol into account Problem: screenpos() does not take w_skipcol into account. Solution: Subtract w_skipcol from column. (closes #12486, closes #12476)
diff --git a/src/version.c b/src/version.c index 872587e..b854893 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1600, +/**/ 1599, /**/ 1598,