diepm / vim-rest-console

A REST console for Vim.
658 stars 54 forks source link

Don't pass curl opts as headers #61

Closed ivangreene closed 6 years ago

ivangreene commented 6 years ago

Fixes a bug that would send curl options containing a colon as additional headers

Resolves #60

diepm commented 6 years ago

Thanks for the fix.