comparison src/version.c @ 29676:b4fea827c20a v9.0.0178

patch 9.0.0178: cursor position wrong with virtual text before Tab Commit: https://github.com/vim/vim/commit/e428fa04a758cc87ea580c856a796e58e407504b Author: Bram Moolenaar <Bram@vim.org> Date: Tue Aug 9 16:55:41 2022 +0100 patch 9.0.0178: cursor position wrong with virtual text before Tab Problem: Cursor position wrong with virtual text before Tab. Solution: Use the byte length, not the cell with, to compare the column. Correct tab size after text prop. (closes #10866)
author Bram Moolenaar <Bram@vim.org>
date Tue, 09 Aug 2022 18:00:03 +0200
parents b11130c6e694
children fc0f93590fd4
comparison
equal deleted inserted replaced
29675:51b072a13be4 29676:b4fea827c20a
733 NULL 733 NULL
734 }; 734 };
735 735
736 static int included_patches[] = 736 static int included_patches[] =
737 { /* Add new patch number below this line */ 737 { /* Add new patch number below this line */
738 /**/
739 178,
738 /**/ 740 /**/
739 177, 741 177,
740 /**/ 742 /**/
741 176, 743 176,
742 /**/ 744 /**/