comparison src/version.c @ 17288:9ca8baed6b90 v8.1.1643

patch 8.1.1643: sign placement is wrong when 'foldcolumn' is set commit https://github.com/vim/vim/commit/899f20deae22d8cfc89d88d5f1869e5191d4b360 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 7 14:56:25 2019 +0200 patch 8.1.1643: sign placement is wrong when 'foldcolumn' is set Problem: Sign placement is wrong when 'foldcolumn' is set. Solution: Adjust the column computation. (Yee Cheng Chin, closes https://github.com/vim/vim/issues/4627)
author Bram Moolenaar <Bram@vim.org>
date Sun, 07 Jul 2019 15:00:05 +0200
parents a513b81d3689
children 5d09e015a367
comparison
equal deleted inserted replaced
17287:1709eeb719e2 17288:9ca8baed6b90
775 NULL 775 NULL
776 }; 776 };
777 777
778 static int included_patches[] = 778 static int included_patches[] =
779 { /* Add new patch number below this line */ 779 { /* Add new patch number below this line */
780 /**/
781 1643,
780 /**/ 782 /**/
781 1642, 783 1642,
782 /**/ 784 /**/
783 1641, 785 1641,
784 /**/ 786 /**/