comparison src/version.c @ 30741:11875afe85b2 v9.0.0705

patch 9.0.0705: virtual text truncation does not take padding into account Commit: https://github.com/vim/vim/commit/13845c48d8ca96e0fa5bb237db519dd00045742f Author: Bram Moolenaar <Bram@vim.org> Date: Sun Oct 9 15:26:03 2022 +0100 patch 9.0.0705: virtual text truncation does not take padding into account Problem: Virtual text truncation does not take padding into account. Solution: Subtract the padding from the available space. (closes https://github.com/vim/vim/issues/11318)
author Bram Moolenaar <Bram@vim.org>
date Sun, 09 Oct 2022 16:30:03 +0200
parents 75eac6ecb2e2
children 8f443f987f47
comparison
equal deleted inserted replaced
30740:71a6ce174473 30741:11875afe85b2
697 NULL 697 NULL
698 }; 698 };
699 699
700 static int included_patches[] = 700 static int included_patches[] =
701 { /* Add new patch number below this line */ 701 { /* Add new patch number below this line */
702 /**/
703 705,
702 /**/ 704 /**/
703 704, 705 704,
704 /**/ 706 /**/
705 703, 707 703,
706 /**/ 708 /**/