1
0
forked from aniani/vim

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 #4627)
This commit is contained in:
Bram Moolenaar
2019-07-07 14:56:25 +02:00
parent ec572ad6a6
commit 899f20deae
2 changed files with 4 additions and 2 deletions

View File

@@ -777,6 +777,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1643,
/**/
1642,
/**/