commit | e6392b102151ec69fad232bcf00591230cef8e1c | [log] [tgz] |
---|---|---|
author | Yee Cheng Chin <ychin.git@gmail.com> | Sat Nov 19 14:31:08 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 19 14:31:08 2022 +0000 |
tree | e5bf2bd19c97d3ff0b72b95ebd169d5c775f0515 | |
parent | c934bfa1b765505e5fc491f2ee7cc106894cafc8 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index e9b0431..292d022 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 911, +/**/ 910, /**/ 909,