Skip to content

Use black hole register when deleting output buffer #90

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

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Conversation

davidsierradz
Copy link

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

nilsboy and others added 15 commits May 6, 2020 19:52
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
This is to allow more blocks of text in the response. The previous start
for body syntax is starting the region from the first empty line to the
end of file. This is fine for a response with only two blocks of text,
so I'm inserting a special UTF-8 space to start inner syntax from there.

Also refresh syntax after pasting a content.
@riccione
Copy link

riccione commented May 4, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants