mirror of
https://github.com/vim/vim.git
synced 2026-08-06 14:42:07 +02:00
runtime(vim): Error codes should not be highlighed with vim9CommentTitle
closes: #19390 Signed-off-by: Peter Kenny <github.com@k1w1.cyou> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
a2d87ba615
commit
3794d9b33c
@@ -90,3 +90,10 @@ var d = {
|
||||
b: 0,
|
||||
}
|
||||
|
||||
|
||||
# PR: #19390
|
||||
# https://github.com/vim/vim/pull/19390#issue-3933755846
|
||||
|
||||
# E1234: should not have vim9CommentTitle on 'E1234:'
|
||||
# ERR34: should have vim9CommentTitle on 'ERR34:'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user