diff options
author | ptzz <ptzzptzzp@gmail.com> | 2022-04-27 10:51:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-27 10:51:23 +0200 |
commit | 36a2bf60adbf113cb6a096c9edd22c711782d912 (patch) | |
tree | 70aa03160ff26c8ebfc3ee1dde9eed3c008f80ba /extras/filetype.vim | |
parent | db7bb8ba22f5798bf3abe9f786bc6e6d002725f8 (diff) | |
download | vim-polyglot-36a2bf60adbf113cb6a096c9edd22c711782d912.tar.gz vim-polyglot-36a2bf60adbf113cb6a096c9edd22c711782d912.zip |
Rename `TestFiletypeFuncs` to avoid name collision (#796)
Fixes #783.
Diffstat (limited to 'extras/filetype.vim')
-rw-r--r-- | extras/filetype.vim | 2 |
1 files changed, 1 insertions, 1 deletions
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 |