From 36a2bf60adbf113cb6a096c9edd22c711782d912 Mon Sep 17 00:00:00 2001 From: ptzz Date: Wed, 27 Apr 2022 10:51:23 +0200 Subject: Rename `TestFiletypeFuncs` to avoid name collision (#796) Fixes #783. --- extras/filetype.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extras') diff --git a/extras/filetype.vim b/extras/filetype.vim index f6cb13a1..3da520b4 100644 --- a/extras/filetype.vim +++ b/extras/filetype.vim @@ -2506,7 +2506,7 @@ endif " Function called for testing all functions defined here. These are " script-local, thus need to be executed here. " Returns a string with error messages (hopefully empty). -func! TestFiletypeFuncs(testlist) +func! TestPolyglotFiletypeFuncs(testlist) let output = '' for f in a:testlist try -- cgit v1.2.3