commit | 8f49e690dc7b6ed521fb11431e2a406d01c4de3a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 09 14:19:40 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 09 14:19:40 2022 +0100 |
tree | 34dee1c7ff7f87c750b3dc218b3492dacefefd9b | |
parent | 8ca29b6a3599b82b8822b7697cad63d0244c2d59 [diff] [blame] |
patch 9.0.0177: cursor position wrong with 'virtualedit' and mouse click Problem: Cursor position wrong with 'virtualedit' and mouse click after end of the line. (Hermann Mayer) Solution: Do not use ScreenCols[] when 'virtualedit' is active. (closes #10868)
diff --git a/src/version.c b/src/version.c index 0334bf0..739a2f4 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 177, +/**/ 176, /**/ 175,