0
0
mirror of https://github.com/vim/vim.git synced 2025-09-29 04:34:16 -04:00

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)
This commit is contained in:
zeertzjq
2023-06-03 17:11:47 +01:00
committed by Bram Moolenaar
parent a109f39ef5
commit f0e68c0e2a
3 changed files with 39 additions and 1 deletions

View File

@@ -695,6 +695,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1600,
/**/
1599,
/**/