Shougo / neobundle.vim

Next generation Vim package manager
MIT License
2.29k stars 168 forks source link

github login is necessary to download packages? #502

Closed kierun closed 8 years ago

kierun commented 8 years ago

I tried to install NeoMake via NeoBundle "penekastah/neomake" then running nvim. It prompts me to decide if I want to install NeoMake, if I say yes I get a pop up asking for my github username and password.

Why would I need to login to github to download something?

Furthermore, the GUI box steals focus which is really bad design.

I am running NVIM 0.1.2 and the latest neobundle.

kierun commented 8 years ago

Okay, I found the error: It should be NeoBundle "benekastah/neomake", not NeoBundle "penekastah/neomake" -- notice the b becomes a p in the wrong version.

Still, that is a weird effect for such an error.

Shougo commented 8 years ago

neobundle development is done. it is wired error though. I will fix it in dein.vim

Shougo commented 8 years ago

Furthermore, the GUI box steals focus which is really bad design.

Please read f flag in :help guioptions.