/** * ==VimperatorPlugin== * @name proxy.js * @description proxy setting plugin * @description-ja プロクシ設定 * @minVersion 0.6pre * @author cho45, halt feits * @version 0.6 * ==/VimperatorPlugin== * * Usage: * :proxy {conf_name} -> set proxy setting to conf_name * * The proxy_settings is a string variable which can set on * vimperatorrc as following. * * let proxy_settings = "[{ { conf_name:'disable', conf_usage:'direct connection', settings:[{label:'type', param:0}] } }]" * * or your can set it using inline JavaScript. * * javascript <