1
0
forked from aniani/vim

patch 8.2.3748: giving an error for an empty sign argument breaks a plugin

Problem:    Giving an error for an empty sign argument breaks a plugin.
Solution:   Do not give an error.
This commit is contained in:
Bram Moolenaar
2021-12-05 19:10:04 +00:00
parent 0bac5fc5e1
commit e5710a02cb
4 changed files with 2 additions and 37 deletions

View File

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