Created
August 25, 2016 17:53
-
-
Save usaturn/7457f6cdf037d270dbe799318f7c0e81 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" Note: Skip initialization for vim-tiny or vim-small. | |
if 0 | endif | |
if &compatible | |
set nocompatible " Be iMproved | |
endif | |
" Required: | |
set runtimepath+=~/.vim/bundle/neobundle.vim/ | |
" Required: | |
call neobundle#begin(expand('~/.vim/bundle/')) | |
" Let NeoBundle manage NeoBundle | |
" Required: | |
NeoBundleFetch 'Shougo/neobundle.vim' | |
" My Bundles here: | |
" Refer to |:NeoBundle-examples|. | |
" Note: You don't set neobundle setting in .gvimrc! | |
NeoBundle 'basyura/TweetVim' | |
NeoBundle 'tyru/open-browser.vim' | |
NeoBundle 'basyura/twibill.vim' | |
call neobundle#end() | |
" Required: | |
filetype plugin indent on | |
" If there are uninstalled bundles found on startup, | |
" this will conveniently prompt you to install them. | |
NeoBundleCheck |
大体古い curl だと大丈夫だったという遅レスで申し訳ありません・・・
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
詳細はよく分かってませんが、
cygwin の curl を使っていて、cygwin をアップデートしたタイミングで同じようなエラーがでるようになったので
curl の本家から exe をとってパスを通して使ってます。