1
0
forked from aniani/vim

patch 8.1.0750: when the last sign is deleted the signcolumn may remain

Problem:    When the last sign is deleted the signcolumn may not be removed
            even though 'signcolumn' is "auto".
Solution:   When deleting the last sign redraw the buffer. (Dominique Pelle,
            closes #3803, closes #3804)
This commit is contained in:
Bram Moolenaar
2019-01-14 23:08:18 +01:00
parent 6acc79f5d4
commit 8144acbec3
2 changed files with 10 additions and 5 deletions

View File

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