Fix loading of rust autoload functions, fixes #686

This commit is contained in:
Adam Stankiewicz
2021-06-09 16:19:15 +02:00
parent f05dea8dd7
commit 4dd1f8f2be

View File

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