Skip to content

Commit 4dd1f8f

Browse files
committed
Fix loading of rust autoload functions, fixes #686
1 parent f05dea8 commit 4dd1f8f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

autoload/polyglot/init.vim

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ func! polyglot#init#is_disabled(caller, name, path)
2828
for p in globpath(&rtp, a:path, 0, 1)
2929
if p != a:caller
3030
exe "source " . p
31-
return 1
3231
endif
3332
endfor
3433
endif

0 commit comments

Comments
 (0)