commit | 0bac5fc5e125b7aa0f3b596c9b7f4381279e6688 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Dec 05 17:45:49 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 05 17:45:49 2021 +0000 |
tree | 4acb691bff59f2762fe0d7ad08ac95012c8ae9b6 | |
parent | c7d5fc8622f03cca8d1a9a54d4703e8f0c9941d0 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 0d00f20..e7b0b2e 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3747, +/**/ 3746, /**/ 3745,