1
0
forked from aniani/vim

patch 8.2.3747: cannot remove highlight from an existing sign

Problem:    Cannot remove highlight from an existing sign. (James McCoy)
Solution:   Only reject empty argument for a new sign.
This commit is contained in:
Bram Moolenaar
2021-12-05 17:45:49 +00:00
parent c7d5fc8622
commit 0bac5fc5e1
3 changed files with 56 additions and 10 deletions

View File

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