Rename TestFiletypeFuncs to avoid name collision (#796)

Fixes #783.
This commit is contained in:
ptzz
2022-04-27 10:51:23 +02:00
committed by GitHub
parent db7bb8ba22
commit 36a2bf60ad
2 changed files with 2 additions and 1 deletions

View File

@@ -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