-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
g:vrc_curl_opts issue #63
Comments
Might be related to Vim 7.4? I've tried it with Vim 8, and the command looks correct.
Let me try with Vim 7.4. |
What is the output if you |
I really have no idea what's going on but I've tried with Vim 7.4 on Mac, and all looks good on my side. I've also tried with Vim 8 on Debian and everything is fine. Unfortunately I don't have access to Vim 7.4 on Debian Stretch. The edge scenario here is probably Vim 7.4 on Debian. Some info of Vim 7.4 on Mac. .vimrc
Request block
Executed command
*Vim version info
|
I found this is still buggy.
so say I put this in .vimrc:
then in my file I have:
the curl got executed is this:
so it still miss the -u "admin:abc".
as long as I comment out the "let g:vrc_curl_opts" setting in .vimrc, it works.
so it looks let g:vrc_curl_opts does not work for me.
The text was updated successfully, but these errors were encountered: