Download this and copy to ~/.vim (Mac or Unix/Linux)
Require: curl.
If you are using Mac, curl is installed already.
If you are using Windows, you need to install. Available here. (Japanese)
If you write a settings to vimrc, You can use the vimrcbox more convenience.
You can set the user-name and password.
If you set the user-name and password, please write to another file, read from vimrc using source command.
Setting use "let".
User-name can use only alphanumeric characters.
Symbols are not allowed.
g:vimrcbox_user - User-name
g:vimrcbox_pass - Password
g:vimrcbox_vimrc - path to vimrc ( If you don't use vimrc on default position )
g:vimrcbox_gvimrc - path to vimrc ( If you don't use gvimrc on default position )
Please restart Vim and load the plugin.
Run RcbVimrc to do upload the vimrc to vimrcbox
If variable is not defined, confirm the user by prompt.
Also, pass the file name to argument, upload to vimrcbox substitute for vimrc.
Similarly, RcbGVimrc can register in gvimrc. Is the same argument.
User-name can use only alphanumeric characters.
Symbols are not allowed.
Access to
http://soralabo.net/s/vrcb/s/"Your-user-name-here"
for show the vimrc/gvimrc.
Access to
http://soralabo.net/s/vrcb/d/"Your-user-name-here"
for delete all your data. (vimrc,gvimrc,ranking-data,password,user-name...)
write this settings to auto upload the vimrc/gvimrc.
augroup VimRcBox
autocmd!
autocmd BufWritePost $MYVIMRC :RcbVimrc
autocmd BufWritePost $MYGVIMRC :RcbGVimrc
augroup END
Attention: please set the g:vimrcbox_user and g:vimrcbox_pass.