1
0
forked from aniani/vim

patch 9.0.0911: with 'smoothscroll' set mouse click position may be wrong

Problem:    With 'smoothscroll' set mouse click position may be wrong.
Solution:   Adjust computations for w_skipcol. (Yee Cheng Chin, closes #11514)
This commit is contained in:
Yee Cheng Chin
2022-11-19 14:31:08 +00:00
committed by Bram Moolenaar
parent c934bfa1b7
commit e6392b1021
3 changed files with 84 additions and 4 deletions

View File

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