]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1767: '.-' no allowed in highlight group names v9.0.1767
authorGregory Anders <greg@gpanders.com>
Sun, 20 Aug 2023 17:14:03 +0000 (19:14 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 20 Aug 2023 17:14:03 +0000 (19:14 +0200)
commitd4376dc3ebea91abcb4d9ef9963ef5b968048b78
tree7adad0a7f8a0a82323c276354f33d1105a82a5a8
parentbedc69f9d67b117ab05aa735c701cd3899d1ae2d
patch 9.0.1767: '.-' no allowed in highlight group names

Problem:  '.-' no allowed in highlight group names
Solution: Allow dot and hyphen characters in highlight group names

Allow dots and hyphens in group names. There does not seem
to be any reason for these to be disallowed.

closes: #12807

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: Gregory Anders <greg@gpanders.com>
Co-authored-by: Sean Dewar <seandewar@users.noreply.github.com>
runtime/doc/syntax.txt
src/highlight.c
src/version.c