commit | 9cee4a1c9c69542ccd73bcd2db05920150856361 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 03 15:08:37 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 03 15:08:37 2021 +0200 |
tree | 477751fae2e8cf0c5afc977127d1622fdef0e105 | |
parent | fcde67c99fbb6d7294e01b9e87d8d2ae7af31255 [diff] [blame] |
patch 8.2.3088: with 'virtualedit' set to "block" Visual highlight is wrong Problem: With 'virtualedit' set to "block" Visual highlight is wrong after using "$". (Marco Trosi) Solution: Do not set w_old_cursor_lcol to MAXCOL. (closes #8495)
diff --git a/src/version.c b/src/version.c index 242b556..0c98a98 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3088, +/**/ 3087, /**/ 3086,