Improve remote plugin scripts

This commit is contained in:
Shougo Matsushita
2016-02-14 08:24:49 +09:00
parent f03ab69a35
commit 41794f6b58
2 changed files with 14 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
if exists('loaded_remote_plugins') || &cp
if exists('g:loaded_remote_plugins') || &cp
finish
endif
let loaded_remote_plugins = 1
let g:loaded_remote_plugins = 1
call remote#host#LoadRemotePlugins()