comparison src/version.c @ 30213:4fedacdad3b4 v9.0.0442

patch 9.0.0442: virtual text "above" doesn't handel line numbers Commit: https://github.com/vim/vim/commit/79f8b8494cd4f738f25272ece94d8b524b99cb09 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 11 13:31:01 2022 +0100 patch 9.0.0442: virtual text "above" doesn't handel line numbers Problem: Virtual text "above" doesn't handel line numbers. Solution: Take the left column offset into account. (issue https://github.com/vim/vim/issues/11084) Also make padding work.
author Bram Moolenaar <Bram@vim.org>
date Sun, 11 Sep 2022 14:45:04 +0200
parents 6ed06ffc5821
children 40491de2f0a6
comparison
equal deleted inserted replaced
30212:03f246119b4a 30213:4fedacdad3b4
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 442,
706 /**/ 708 /**/
707 441, 709 441,
708 /**/ 710 /**/
709 440, 711 440,
710 /**/ 712 /**/