comparison src/version.c @ 30304:f1fe59179180 v9.0.0488

patch 9.0.0488: cursor wrong with virtual text "above" and 'showbreak' Commit: https://github.com/vim/vim/commit/4c7fd4d68f69b4e420a5448f144f4d57eda22f8c Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 17 17:15:33 2022 +0100 patch 9.0.0488: cursor wrong with virtual text "above" and 'showbreak' Problem: Cursor in wrong position with virtual text "above" and 'showbreak'. Solution: Take the first character column into account. (closes #11149)
author Bram Moolenaar <Bram@vim.org>
date Sat, 17 Sep 2022 18:30:04 +0200
parents 6a1ed021a0c0
children 43d942ff32ce
comparison
equal deleted inserted replaced
30303:05bd2e2a2967 30304:f1fe59179180
701 NULL 701 NULL
702 }; 702 };
703 703
704 static int included_patches[] = 704 static int included_patches[] =
705 { /* Add new patch number below this line */ 705 { /* Add new patch number below this line */
706 /**/
707 488,
706 /**/ 708 /**/
707 487, 709 487,
708 /**/ 710 /**/
709 486, 711 486,
710 /**/ 712 /**/