comparison src/version.c @ 29585:e357bc89bb95 v9.0.0133

patch 9.0.0133: virtual text after line moves to joined line Commit: https://github.com/vim/vim/commit/e175dc6911948bcd0c854876b534fee62fb95b9f Author: Bram Moolenaar <Bram@vim.org> Date: Mon Aug 1 22:18:50 2022 +0100 patch 9.0.0133: virtual text after line moves to joined line Problem: Virtual text after line moves to joined line. (Yegappan Lakshmanan) Solution: When joining lines only keep virtual text after the last line.
author Bram Moolenaar <Bram@vim.org>
date Mon, 01 Aug 2022 23:30:03 +0200
parents 32aee589fc9a
children d70f588baaa1
comparison
equal deleted inserted replaced
29584:4fef4f8ca3a3 29585:e357bc89bb95
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 133,
738 /**/ 740 /**/
739 132, 741 132,
740 /**/ 742 /**/
741 131, 743 131,
742 /**/ 744 /**/