comparison src/version.c @ 25116:56817e74d106 v8.2.3095

patch 8.2.3095: with 'virtualedit' set to "block" block selection is wrong Commit: https://github.com/vim/vim/commit/b17ab86e7b8712206aa9ea7198c28db969e25936 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 3 22:15:17 2021 +0200 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)
author Bram Moolenaar <Bram@vim.org>
date Sat, 03 Jul 2021 22:30:03 +0200
parents 989d7930ce65
children 12fd67997953
comparison
equal deleted inserted replaced
25115:9ca1b31f6297 25116:56817e74d106
753 NULL 753 NULL
754 }; 754 };
755 755
756 static int included_patches[] = 756 static int included_patches[] =
757 { /* Add new patch number below this line */ 757 { /* Add new patch number below this line */
758 /**/
759 3095,
758 /**/ 760 /**/
759 3094, 761 3094,
760 /**/ 762 /**/
761 3093, 763 3093,
762 /**/ 764 /**/