diepm / vim-rest-console

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

Use black hole register when deleting output buffer #90

Open davidsierradz opened 4 years ago

davidsierradz commented 4 years ago

If we use 'clipboard' to sync * or + registers after each delete operation, then each time we run a request, all output buffers gets copied to the clipboard

riccione commented 5 months ago

I did try this pull request with a test API call (see below) and I did not get no output. Here is mine API call:

https://cat-fact.herokuapp.com
-i
GET /facts/random

It seems there may be an issue with this pull request.