diepm / vim-rest-console

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

Option to Skip Evaluation Curl Command #73

Open dvisztempacct opened 5 years ago

dvisztempacct commented 5 years ago

If I want to share my requests with people who aren't using vim or vim-rest-console it would be nice to be able to emit the curl command(s) that would be executed rather than actually executing them.

lanker commented 3 years ago

The curl command will be shown if you set g:vrc_show_command = 1.

See documentation at: https://github.com/diepm/vim-rest-console/blob/7b407f47185468d1b57a8bd71cdd66c9a99359b2/doc/vim-rest-console.txt#L571