summaryrefslogtreecommitdiffstats
path: root/autoload
diff options
context:
space:
mode:
Diffstat (limited to 'autoload')
-rw-r--r--autoload/polyglot/init.vim1
1 files changed, 0 insertions, 1 deletions
diff --git a/autoload/polyglot/init.vim b/autoload/polyglot/init.vim
index 1601eafb..511841e5 100644
--- a/autoload/polyglot/init.vim
+++ b/autoload/polyglot/init.vim
@@ -28,7 +28,6 @@ func! polyglot#init#is_disabled(caller, name, path)
for p in globpath(&rtp, a:path, 0, 1)
if p != a:caller
exe "source " . p
- return 1
endif
endfor
endif