summaryrefslogtreecommitdiffstats
path: root/autoload/polyglot/sleuth.vim
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--autoload/polyglot/sleuth.vim (renamed from autoload/sleuth.vim)2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoload/sleuth.vim b/autoload/polyglot/sleuth.vim
index 3a41f6f9..d74de687 100644
--- a/autoload/sleuth.vim
+++ b/autoload/polyglot/sleuth.vim
@@ -232,6 +232,6 @@ let s:globs = {
\ 'zsh': '*.zsh,.zshrc,.zshenv,.zlogin,.zprofile,.zlogout,.zlog*,.zcompdump*,.zfbfmarks,.zsh*',
\}
-func! sleuth#GlobForFiletype(type)
+func! polyglot#sleuth#GlobForFiletype(type)
return get(s:globs, a:type, '')
endfunc