mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-11 13:03:50 -05:00
Fix loading of rust autoload functions, fixes #686
This commit is contained in:
@@ -28,7 +28,6 @@ func! polyglot#init#is_disabled(caller, name, path)
|
|||||||
for p in globpath(&rtp, a:path, 0, 1)
|
for p in globpath(&rtp, a:path, 0, 1)
|
||||||
if p != a:caller
|
if p != a:caller
|
||||||
exe "source " . p
|
exe "source " . p
|
||||||
return 1
|
|
||||||
endif
|
endif
|
||||||
endfor
|
endfor
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user