comparison src/version.c @ 31323:a93392e93a53 v9.0.0995

patch 9.0.0995: padding before virtual text is highlighted Commit: https://github.com/vim/vim/commit/37f088eeade7972bce45b663adaba4bf102a9999 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Dec 2 21:50:14 2022 +0000 patch 9.0.0995: padding before virtual text is highlighted Problem: Padding before virtual text below is highlighted when 'number' and 'nowrap' are set. Solution: Save and restore n_attr_skip. (closes #11643)
author Bram Moolenaar <Bram@vim.org>
date Fri, 02 Dec 2022 23:00:03 +0100
parents b0865d5f8109
children e352d200d096
comparison
equal deleted inserted replaced
31322:82dc4bbe0d7a 31323:a93392e93a53
693 NULL 693 NULL
694 }; 694 };
695 695
696 static int included_patches[] = 696 static int included_patches[] =
697 { /* Add new patch number below this line */ 697 { /* Add new patch number below this line */
698 /**/
699 995,
698 /**/ 700 /**/
699 994, 701 994,
700 /**/ 702 /**/
701 993, 703 993,
702 /**/ 704 /**/