]> granicus.if.org Git - vim/commit
patch 8.2.3743: ":sign" can add a highlight group without a name v8.2.3743
authorBram Moolenaar <Bram@vim.org>
Sun, 5 Dec 2021 13:02:50 +0000 (13:02 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 5 Dec 2021 13:02:50 +0000 (13:02 +0000)
commit5e18ccc60bdddc4aa39ab039f1a7c918f29e67ce
tree6c28c6d5d92597d7ec9b7ed42183cdedcd365a1f
parentf589fd3e1047cdf90566b68aaf9a13389e54d26a
patch 8.2.3743: ":sign" can add a highlight group without a name

Problem:    ":sign" can add a highlight group without a name.
Solution:   Give an error if the group name is missing. (closes #9280)
src/errors.h
src/sign.c
src/testdir/test_signs.vim
src/version.c