commit | b17ab86e7b8712206aa9ea7198c28db969e25936 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 03 22:15:17 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 03 22:15:17 2021 +0200 |
tree | 7183ba150e3bd13a42e37be7c452f37ce4fff9e0 | |
parent | c60e959cba03fae9cff9b2674fab646cc70819fc [diff] [blame] |
patch 8.2.3095: with 'virtualedit' set to "block" block selection is wrong Problem: With 'virtualedit' set to "block" block selection is wrong after using "$". (Marco Trosi) Solution: Compute the longest selected line. (closes #8495)
diff --git a/src/version.c b/src/version.c index 79a6a85..e4bb596 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3095, +/**/ 3094, /**/ 3093,