]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(syntax-tests): Re-introduce support for "phoney" languages
authorAliaksei Budavei <0x000c70@gmail.com>
Fri, 7 Mar 2025 18:12:45 +0000 (19:12 +0100)
committerChristian Brabandt <cb@256bit.org>
Fri, 7 Mar 2025 18:12:45 +0000 (19:12 +0100)
commit6852e5c597b5c7c42ffc73679cfee7746652cdc6
tree7ff9bcbf940b3f7c349c912b0b319da12036f3ac
parent53d59ecc1d93ce3a3f6d0182479d825852018ceb
runtime(syntax-tests): Re-introduce support for "phoney" languages

As of patch v9.1.1176~1, there are no longer makeshift Make
targets to accommodate language names that can match phoney
targets.  For example, "clean_" was previously generated for
Clean because otherwise it clashed with the "clean" target.

Additionally, enable test filtering for makeshift targets.

Reference:
https://wiki.clean.cs.ru.nl/Clean

closes: #16810

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