comparison src/version.c @ 27952:22cdc06b37bf v8.2.4501

patch 8.2.4501: with 'showbreak' set cursor displayed in wrong position Commit: https://github.com/vim/vim/commit/21efafe4c25373929979c72dc8aafa119f12dd8b Author: Bram Moolenaar <Bram@vim.org> Date: Thu Mar 3 20:04:03 2022 +0000 patch 8.2.4501: with 'showbreak' set cursor displayed in wrong position Problem: With 'showbreak' set and after the end of the line the cursor may be displayed in the wrong position. Solution: Do not apply 'showbreak' after the end of the line. (closes #9884)
author Bram Moolenaar <Bram@vim.org>
date Thu, 03 Mar 2022 21:15:04 +0100
parents aacc98a38cf3
children 3de9be15de51
comparison
equal deleted inserted replaced
27951:0cf5bb8bdc43 27952:22cdc06b37bf
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 4501,
757 /**/ 759 /**/
758 4500, 760 4500,
759 /**/ 761 /**/
760 4499, 762 4499,
761 /**/ 763 /**/