comparison src/mysign @ 35152:c30ec6598fc9 default tip

runtime(java): Stop handpicking syntax groups for @javaTop (#14727) Commit: https://github.com/vim/vim/commit/06bdac158072b90560915f8e664ee6d9bdab2f9b Author: Aliaksei Budavei <32549825+zzzyxwvut@users.noreply.github.com> Date: Fri May 10 15:49:06 2024 +0300 runtime(java): Stop handpicking syntax groups for @javaTop (https://github.com/vim/vim/issues/14727) * runtime(java): Stop handpicking syntax groups for @javaTop Also: - Remove the obsolete comment for g:java_allow_cpp_keywords. - Remove the commented out groups java\%[Debug\]StringError. - Infer and set the preferred formatting Vim options from the modeline. Since vim-6-0u, non-contained syntax groups can be referred to by using the "contains=TOP..." argument. * Set &encoding and &termencoding to "utf-8" for test files * Limit non-ASCII charset to [???????-??-?] for test files Signed-off-by: Aliaksei Budavei <0x000c70@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Fri, 10 May 2024 15:00:06 +0200
parents 2055d3722c5b
children
comparison
equal deleted inserted replaced
35151:ad347159a42c 35152:c30ec6598fc9