From 4dd1f8f2be6a9d10d13a594e1d81af8de1d0270a Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Wed, 9 Jun 2021 16:19:15 +0200 Subject: Fix loading of rust autoload functions, fixes #686 --- autoload/polyglot/init.vim | 1 - 1 file changed, 1 deletion(-) (limited to 'autoload') 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 -- cgit v1.2.3