summaryrefslogtreecommitdiffstats
path: root/extras/filetype.vim
diff options
context:
space:
mode:
Diffstat (limited to 'extras/filetype.vim')
-rw-r--r--extras/filetype.vim2
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