itchyny / calendar.vim

A calendar application for Vim
MIT License
1.95k stars 72 forks source link

Bug in google auth #103

Closed whit2333 closed 8 years ago

whit2333 commented 8 years ago

The authorization step hangs.

running "vim -V"

finished sourcing /home/whit/.vim/bundle/calendar.vim/autoload/calendar/webapi.vim Press ENTER or type command to continue continuing in function calendar#async#call..calendar#google#client#access_token_async..98_get_url Press ENTER or type command to continue

If I ctrl-c it opens up the google auth page but there is no way to enter the code.

whit2333 commented 8 years ago

Nevermind! I was surprised to find that I did not have curl installed... Maybe this should print an error message that curl wasn't found?

Anyway, thanks for the nice tool.