summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorAliaksei Budavei <0x000c70@gmail.com>2024-04-04 21:51:18 +0200
committerChristian Brabandt <cb@256bit.org>2024-04-04 21:51:18 +0200
commit5ccdcc482e299609ae8852a75b22190e38b9b5df (patch)
tree45cd3e3ea279f3b677c64583c868f40d8139c9f2 /src/version.c
parent3fa8f7728a47822e4efd106ab30c83c28f198b3c (diff)
runtime(java): Improve the matching of contextual keywords
- Recognise a _record_ contextual keyword. - Recognise _non-sealed_, _sealed_, and _permits_ contextual keywords. - Admit _$_ to keyword characters. - Group _abstract_, _final_, _default_, _(non-)sealed_ (apart from _(non-)sealed_, the incompossibility of these modifiers calls for attention). - Remove another _synchronized_ keyword redefinition. I have also replaced a function with an expression. Before patch 8.1.0515, it should have been declared :function! to work with repeatable script sourcing; there is less to worry about with an expression. References: https://openjdk.org/jeps/395 (Records) https://openjdk.org/jeps/409 (Sealed Classes) https://docs.oracle.com/javase/specs/jls/se21/html/jls-3.html#jls-3.8 closes: #14403 Signed-off-by: Aliaksei Budavei <0x000c70@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'src/version.c')
0 files changed, 0 insertions, 0 deletions