]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(java): Match annotation- and interface-type names of "java.lang"
authorAliaksei Budavei <0x000c70@gmail.com>
Sun, 1 Jun 2025 16:29:37 +0000 (18:29 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 1 Jun 2025 16:29:37 +0000 (18:29 +0200)
commitb577ad50d0fcc9588a73a93a64e7f34f4e74cdff
tree3fa3cab177f7d43fbc774f42b4af1a2ea5592a69
parent0aaf6f8bbb3dbb4404cd9e8cdbc3bef7870a6d7b
runtime(java): Match annotation- and interface-type names of "java.lang"

Complement the documented support for the recognition of all
public types of the "java.lang" package (":help java.vim").
(The original syntax item generator may have, inadvertently,
contributed via suppressing "NullPointerException"s to not
having annotation and interface types qualify in general.)

Also, re-link usage instructions for the alternative syntax
item generator to a rolling "master"'s version.

closes: #17419

Signed-off-by: Aliaksei Budavei <0x000c70@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/syntax.txt
runtime/syntax/java.vim